diff --git a/sepolicy/vendor/hal_lineage_health_default.te b/sepolicy/vendor/hal_lineage_health_default.te new file mode 100644 index 0000000..e3b5b8b --- /dev/null +++ b/sepolicy/vendor/hal_lineage_health_default.te @@ -0,0 +1,3 @@ +r_dir_file(hal_lineage_health_default, vendor_sysfs_battery_supply) +allow hal_lineage_health_default vendor_sysfs_battery_supply:file rw_file_perms; +allow hal_lineage_health_default vendor_sysfs_battery_supply:dir search;