aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/thermal-engine.te
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2017-04-09 23:49:45 -0700
committerdd3boh <dade.garberi@gmail.com>2017-08-21 08:51:25 +0200
commit6a07d974970055e21873d3f7a5f83f13eda61d4b (patch)
tree033531bd07aeced9cc32d837910f1583579d8688 /sepolicy/thermal-engine.te
parentb6d300b7955c29ca21e0140f24822998dd11d623 (diff)
z2_plus: Remove msm-thermal, thermal-engine, and bcl
We will use msm-thermal-simple instead.
Diffstat (limited to 'sepolicy/thermal-engine.te')
-rw-r--r--sepolicy/thermal-engine.te9
1 files changed, 0 insertions, 9 deletions
diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te
deleted file mode 100644
index 7565599..0000000
--- a/sepolicy/thermal-engine.te
+++ /dev/null
@@ -1,9 +0,0 @@
-type_transition thermal-engine system_data_file:file thermal_data_file "decrypt.txt";
-allow thermal-engine sysfs_kgsl:file r_file_perms;
-allow thermal-engine system_data_file:dir w_dir_perms;
-allow thermal-engine thermal_data_file:file create_file_perms;
-allow thermal-engine sysfs_usb_supply:dir search;
-allow thermal-engine sysfs_usb_supply:file r_file_perms;
-allow thermal-engine diag_device:chr_file { read write };
-allow thermal-engine diag_device:chr_file open;
-allow thermal-engine diag_device:chr_file ioctl;