msm8953-common: sepolicy: Add sepolicy for battery health

Change-Id: I2092c760a81328ec4c93b4b47520213b65f0fa6e
This commit is contained in:
Sonal Singh
2020-08-12 13:18:34 +05:30
committed by jeangraff30
parent ad0237e19a
commit d8e72e0b21

View File

@@ -2,5 +2,8 @@ allow system_app sysfs_homebutton:file write;
allow system_app sysfs_homebutton:dir search; allow system_app sysfs_homebutton:dir search;
allow system_app sysfs_homebutton:file { getattr open }; allow system_app sysfs_homebutton:file { getattr open };
# Battery Health
r_dir_file(system_app, sysfs_battery_supply);
get_prop(system_app, vendor_fm_prop) get_prop(system_app, vendor_fm_prop)
get_prop(system_app, hwrev_prop) get_prop(system_app, hwrev_prop)