This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/sepolicy/vendor/hal_health_default.te
2020-11-15 21:16:02 +01:00

11 lines
554 B
Plaintext

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;