msm8974-common: sepolicy: Add policy statements for power HAL
Change-Id: I5fbf737a2dddf4e70a1a51e23b2e06a153a6f769
This commit is contained in:
parent
993b723e0b
commit
778c310204
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
type proc_bt_sleep, fs_type;
|
||||
|
||||
type sysfs_mdnie, fs_type, sysfs_type;
|
||||
type sysfs_hal_pwr, fs_type, sysfs_type;
|
||||
type sysfs_sec, fs_type, sysfs_type;
|
||||
type sysfs_wifi_writeable, fs_type, sysfs_type;
|
||||
|
||||
|
|
1
sepolicy/common/hal_power_default.te
Normal file
1
sepolicy/common/hal_power_default.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow hal_power_default sysfs_hal_pwr:file w_file_perms;
|
Loading…
Add table
Reference in a new issue