mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
git-subtree-dir: sepolicy git-subtree-mainline:5cd89d8075git-subtree-split:4a08341deaChange-Id: I48384ddf513f6de75e77a5c55ff848498a5e88b6
22 lines
960 B
Plaintext
22 lines
960 B
Plaintext
allow hal_health_default mnt_vendor_file:dir search;
|
|
allow hal_health_default persist_file:dir search;
|
|
allow hal_health_default persist_battery_file:file create_file_perms;
|
|
allow hal_health_default persist_battery_file:dir rw_dir_perms;
|
|
|
|
set_prop(hal_health_default, vendor_battery_defender_prop)
|
|
set_prop(hal_health_default, vendor_shutdown_prop)
|
|
|
|
# Access to /sys/devices/platform/14700000.ufs/*
|
|
allow hal_health_default sysfs_scsi_devices_0000:dir r_dir_perms;
|
|
allow hal_health_default sysfs_scsi_devices_0000:file rw_file_perms;
|
|
|
|
allow hal_health_default fwk_stats_service:service_manager find;
|
|
binder_use(hal_health_default)
|
|
|
|
allow hal_health_default sysfs_wlc:dir search;
|
|
allow hal_health_default sysfs_batteryinfo:file w_file_perms;
|
|
allow hal_health_default sysfs_thermal:dir search;
|
|
allow hal_health_default sysfs_thermal:file w_file_perms;
|
|
allow hal_health_default thermal_link_device:dir search;
|
|
allow hal_health_default sysfs_wlc:file r_file_perms;
|