msm8953-common: Import sepolicy from sdm660 tree
This commit is contained in:
10
sepolicy/vendor/hal_health_default.te
vendored
Normal file
10
sepolicy/vendor/hal_health_default.te
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
allow hal_health_default persist_battery_file:file create_file_perms;
|
||||
allow hal_health_default persist_battery_file:dir rw_dir_perms;
|
||||
allow hal_health_default persist_file:dir search;
|
||||
allow hal_health_default sysfs_batteryinfo:file rw_file_perms;
|
||||
|
||||
allow hal_health_default mnt_vendor_file:file { getattr open read };
|
||||
allow hal_health_default mnt_vendor_file:dir { search write };
|
||||
allow hal_health_default sysfs:file { getattr open read };
|
||||
allow hal_health_default sysfs_healthd:dir r_dir_perms;
|
||||
allow hal_health_default sysfs_healthd:file rw_file_perms;
|
||||
Reference in New Issue
Block a user