universal7885: Address some denials

Change-Id: I6892bbdecf6780891c0baf5849687632602e52c9
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-05-14 15:03:28 +09:00
commit 0282f1e3a9
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
3 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
allow fsck cache_file:dir getattr;
allow fsck sysfs_battery:dir search;
allow fsck tmpfs:blk_file getattr;
allow fsck efs_block_device:blk_file rw_file_perms;
allow fsck omr_block_device:blk_file rw_file_perms;

View file

@ -7,3 +7,6 @@ allow hal_wifi_default wifi_vendor_data_file:dir search;
get_prop(hal_wifi_default, persist_vendor_debug_wifi_prop)
allow hal_wifi_default efs_file:dir search;
allow hal_wifi_default wifi_efs_file:dir search;
allow hal_wifi_default wifi_efs_file:file r_file_perms;

View file

@ -47,6 +47,7 @@ allow init proc_extra:file setattr;
allow init proc_reset_reason:file setattr;
allow init proc_swapiness:file open;
allow init self:netlink_generic_socket { bind create getattr read setopt write };
allow init efs_file:lnk_file read;
allow init proc_last_kmsg:file setattr;
allow init mnt_vendor_file:dir mounton;