summaryrefslogtreecommitdiffstats
path: root/sepolicy/system_app.te
blob: b843de89e119f0503bab2a18a5138d1dcd78b19b (plain)
1
2
3
4
5
6
7
# For performance settings
allow system_app sysfs_devices_system_cpu:file rw_file_perms;
allow system_app sysfs_devices_system_iosched:file rw_file_perms;

# For the updaters
allow system_app recovery_cache_file:dir {add_name rw_file_perms};
allow system_app recovery_cache_file:file {create rw_file_perms};