sepolicy: set fsck_untrusted to permissive in recovery
Breaks installation from SD card in some cases otherwise. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
parent
f02a8d59a5
commit
f14027ae6b
@ -1,5 +1,8 @@
|
||||
recovery_only(`
|
||||
|
||||
# file system operations for sdcard
|
||||
permissive fsck_untrusted;
|
||||
|
||||
# Secure adb (setup_adbd)
|
||||
allow adbd adb_keys_file:dir search;
|
||||
allow recovery adb_keys_file:dir r_dir_perms;
|
||||
|
Loading…
Reference in New Issue
Block a user