Merge "Fix denial of /debug_ramdisk/adb_debug.prop"
This commit is contained in:
commit
98fcefb276
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ allow init mnt_sdcard_file:lnk_file create;
|
|||
# setrlimit
|
||||
allow init self:global_capability_class_set sys_resource;
|
||||
|
||||
# Remove /dev/.booting, created before initial policy load or restorecon /dev.
|
||||
allow init tmpfs:file unlink;
|
||||
# Remove /dev/.booting and load /debug_ramdisk/* files
|
||||
allow init tmpfs:file { getattr unlink };
|
||||
|
||||
# Access pty created for fsck.
|
||||
allow init devpts:chr_file { read write open };
|
||||
|
|
Loading…
Reference in a new issue