diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te new file mode 100644 index 0000000..8aebd20 --- /dev/null +++ b/sepolicy/vendor/system_app.te @@ -0,0 +1,9 @@ +allow system_app sysfs_zram:dir search; +allow system_app proc_pagetypeinfo:file read; +allow system_app sysfs_dm:file rw_file_perms; +allow system_app sysfs_vibrator:file rw_file_perms; +allow system_app sysfs_vibrator:dir r_dir_perms; +allow system_app sysfs_leds:dir search; + +allow system_app sysfs_zram:dir search; +allow system_app sysfs_zram:file r_file_perms;