selinux: allow aconfig to read /aepx
Bug: b/312444587 Test: m and avd Change-Id: I6ac81dd211ad7669952f97f9541c44e14680bec6
This commit is contained in:
parent
18eb855a0f
commit
f6106361f1
1 changed files with 4 additions and 0 deletions
|
@ -37,3 +37,7 @@ allow aconfigd kmsg_device:chr_file w_file_perms;
|
|||
# allow aconfigd to read vendor partition storage files
|
||||
allow aconfigd vendor_aconfig_storage_file:file r_file_perms;
|
||||
allow aconfigd vendor_aconfig_storage_file:dir r_dir_perms;
|
||||
|
||||
# allow aconfigd to read /apex dir
|
||||
allow aconfigd apex_mnt_dir:dir r_dir_perms;
|
||||
allow aconfigd apex_mnt_dir:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue