mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: sepolicy: Completely merge samsung_slsi repo
This commit is contained in:
parent
00fb011c7c
commit
f6da6e72c2
82 changed files with 852 additions and 872 deletions
9
universal7885-common/sepolicy/public/system_app.te
Normal file
9
universal7885-common/sepolicy/public/system_app.te
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
allow system_app sysfs_gpu_tmu:file { read open write getattr };
|
||||
allow system_app sysfs_flashlight:file { read open write getattr };
|
||||
allow system_app selinuxfs:file rw_file_perms;
|
||||
allow system_app sysfs_sec_switch:dir { search };
|
||||
allow system_app sysfs_sec_switch_writable:file rw_file_perms;
|
||||
allow system_app sysfs_battery_writeable:file rw_file_perms;
|
||||
allow system_app sysfs_sec_switch_writable:dir { search };
|
||||
allow system_app sysfs_battery_writeable:dir { search };
|
||||
allow system_app sysfs_battery:dir { search };
|
||||
Loading…
Reference in a new issue