sm6150-common: sepolicy: Allow power HAL to read idle_state node

Change-Id: I53e0f3ed275a93d6d5cd0001a438221a043e3ea8
This commit is contained in:
Arian 2021-07-14 21:05:07 +02:00
parent 5875449baa
commit 514f6bb6b0
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -12,6 +12,7 @@ allow hal_power_default vendor_latency_device:chr_file rw_file_perms;
allow hal_power_default vendor_sysfs_devfreq:dir search;
allow hal_power_default vendor_sysfs_devfreq:file rw_file_perms;
allow hal_power_default vendor_sysfs_kgsl:file rw_file_perms;
allow hal_power_default vendor_sysfs_graphics:file r_file_perms;
# To get/set powerhal state property
set_prop(hal_power_default, vendor_power_prop)