common: sepolicy: legacy: More init denial fixes
Change-Id: Ia651fe66461e9ca7c915af3c3553c2f23fdaf8ec Signed-off-by: Jprimero15 <jprimero15@aospa.co>
This commit is contained in:
parent
a296eb57a5
commit
6c657541a4
|
@ -101,3 +101,10 @@ allow init firmware_file:filesystem getattr;
|
|||
allow init proc:file w_file_perms;
|
||||
allow init bt_firmware_file:filesystem getattr;
|
||||
allow init sysfs_mmc_host:file w_file_perms;
|
||||
|
||||
# Perf
|
||||
allow init device_latency:chr_file rw_file_perms;
|
||||
allow init sysfs_battery_supply:file r_file_perms;
|
||||
allow init sysfs_devices_system_cpu:file rw_file_perms;
|
||||
allow init sysfs_kgsl:file rw_file_perms;
|
||||
allow init sysfs_msm_perf:file rw_file_perms;
|
||||
|
|
Loading…
Reference in New Issue