android_device_samsung_msm8.../sepolicy/common/thermal-engine.te
2020-03-10 18:31:46 +03:00

9 lines
484 B
Text

type_transition thermal-engine socket_device:sock_file thermal_socket "thermal-send-client";
type_transition thermal-engine socket_device:sock_file thermal_socket "thermal-recv-client";
type_transition thermal-engine socket_device:sock_file thermal_socket "thermal-recv-passive-client";
allow thermal-engine self:capability chown;
allow thermal-engine sysfs_batteryinfo:dir search;
allow thermal-engine sysfs_batteryinfo:file read;
allow thermal-engine sysfs_batteryinfo:file open;