From fe6f00d73e9598a738958e5322dc11d0d0b96767 Mon Sep 17 00:00:00 2001 From: kamikaonashi Date: Tue, 26 Dec 2023 14:48:36 +0100 Subject: [PATCH] sm6375-common: add missing lineage_health sepolicy file --- sepolicy/vendor/hal_lineage_health_default.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/vendor/hal_lineage_health_default.te 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;