Files
device_xiaomi_miatoll/sepolicy/vendor/hal_power_default.te
Alexander Winkowski 3f2a588f00 miatoll: Clean up sepolicy
Change-Id: I5bb632565e72abcf8c71db1d94b8b71075381fa0
2023-05-07 19:31:17 +00:00

17 lines
355 B
Plaintext

allow hal_power_default {
vendor_sysfs_devfreq
sysfs_touchpanel
}:dir search;
allow hal_power_default {
vendor_sysfs_devfreq
sysfs_devices_system_cpu
vendor_sysfs_graphics
vendor_sysfs_kgsl
sysfs_touchpanel
vendor_sysfs_scsi_host
}:file rw_file_perms;
# To get/set powerhal state property
set_prop(hal_power_default, vendor_power_prop)