msm8974-common: sepolicy: Add policy statements for power HAL

Change-Id: I5fbf737a2dddf4e70a1a51e23b2e06a153a6f769
This commit is contained in:
Kevin F. Haggerty 2018-02-28 06:55:07 -07:00
parent 993b723e0b
commit 778c310204
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1 @@
allow hal_power_default sysfs_hal_pwr:file w_file_perms;