mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-07 08:48:06 -04:00
universal7870: update sepolicy (wip)
This commit is contained in:
parent
841f56ecbf
commit
4cd64b76bd
46 changed files with 515 additions and 184 deletions
|
@ -1,3 +1,13 @@
|
|||
allow hal_power_default sysfs:file { open write read };
|
||||
# Allow reading of sysfs nodes to find input devices
|
||||
allow hal_power_default sysfs:dir r_dir_perms;
|
||||
allow hal_power_default sysfs:file r_file_perms;
|
||||
|
||||
allow hal_power_default sysfs_devices_system_cpu:file write;
|
||||
allow hal_power_default sysfs:dir { open read };
|
||||
|
||||
allow hal_power_default sysfs_input:dir { open read search };
|
||||
allow hal_power_default sysfs_input:file { open read write getattr };
|
||||
|
||||
allow hal_power_default sysfs_virtual:dir { open read search };
|
||||
allow hal_power_default sysfs_virtual:file { open read write getattr };
|
||||
allow hal_power_default sysfs:dir { read open };
|
||||
allow hal_power_default sysfs:file { read write open };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue