mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Address some denials
Change-Id: I6892bbdecf6780891c0baf5849687632602e52c9 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
082cd1ac46
commit
0282f1e3a9
3 changed files with 5 additions and 1 deletions
2
universal7885-common/sepolicy/vendor/fsck.te
vendored
2
universal7885-common/sepolicy/vendor/fsck.te
vendored
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
1
universal7885-common/sepolicy/vendor/init.te
vendored
1
universal7885-common/sepolicy/vendor/init.te
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue