summaryrefslogtreecommitdiff
path: root/thermal/pixel-thermal-control.sh.te
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/pixel-thermal-control.sh.te')
-rw-r--r--thermal/pixel-thermal-control.sh.te13
1 files changed, 0 insertions, 13 deletions
diff --git a/thermal/pixel-thermal-control.sh.te b/thermal/pixel-thermal-control.sh.te
deleted file mode 100644
index a6430f1..0000000
--- a/thermal/pixel-thermal-control.sh.te
+++ /dev/null
@@ -1,13 +0,0 @@
-type pixel-thermal-control-sh, domain;
-type pixel-thermal-control-sh_exec, exec_type, vendor_file_type, file_type;
-
-init_daemon_domain(pixel-thermal-control-sh)
-
-userdebug_or_eng(`
- allow pixel-thermal-control-sh vendor_toolbox_exec:file execute_no_trans;
- allow pixel-thermal-control-sh sysfs_thermal:dir r_dir_perms;
- allow pixel-thermal-control-sh sysfs_thermal:file rw_file_perms;
- allow pixel-thermal-control-sh sysfs_thermal:lnk_file r_file_perms;
- allow pixel-thermal-control-sh thermal_link_device:dir r_dir_perms;
- get_prop(pixel-thermal-control-sh, vendor_thermal_prop)
-')