summaryrefslogtreecommitdiff
path: root/thermal/init-thermal-logging.sh.te
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/init-thermal-logging.sh.te')
-rw-r--r--thermal/init-thermal-logging.sh.te10
1 files changed, 0 insertions, 10 deletions
diff --git a/thermal/init-thermal-logging.sh.te b/thermal/init-thermal-logging.sh.te
deleted file mode 100644
index 3da540e..0000000
--- a/thermal/init-thermal-logging.sh.te
+++ /dev/null
@@ -1,10 +0,0 @@
-type init-thermal-logging-sh, domain;
-type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type;
-
-init_daemon_domain(init-thermal-logging-sh)
-
-userdebug_or_eng(`
- allow init-thermal-logging-sh vendor_toolbox_exec:file rx_file_perms;
- allow init-thermal-logging-sh sysfs_thermal:dir r_dir_perms;
- allow init-thermal-logging-sh sysfs_thermal:file r_file_perms;
-')