sdm660-common: sepolicy: cleanup sepolicy/vendor/system_server.te

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
pix106 2021-12-25 11:36:55 +01:00
parent 5b91ac6f34
commit 5d12996503

View file

@ -3,6 +3,5 @@ get_prop(system_server, userspace_reboot_exported_prop)
allow system_server app_zygote:process getpgid; allow system_server app_zygote:process getpgid;
allow system_server blkio_dev:dir search; allow system_server blkio_dev:dir search;
allow system_server sysfs_battery_supply:file rw_file_perms; allow system_server sysfs_battery_supply:file rw_file_perms;
allow system_server sysfs_rtc:file read;
dontaudit system_server sysfs:file { read open getattr }; dontaudit system_server sysfs:file { read open getattr };