summaryrefslogtreecommitdiffstats
path: root/sepolicy/qcom/thermal-engine.te
blob: 8f8967e21d0d60046eac0a9aafe309bb79c1c9a5 (plain)
1
2
3
4
5
6
7
allow thermal-engine self:netlink_kobject_uevent_socket create_socket_perms;
r_dir_file(thermal-engine, sysfs_rqstats);

allow thermal-engine sysfs_battery_supply:file rw_file_perms;
allow thermal-engine sysfs_battery_supply:dir r_dir_perms;

allow thermal-engine self:capability { net_admin } ;