aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <ontherunvaro@users.noreply.github.com>2017-03-12 22:40:37 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:23:46 +0200
commit3cc22028a13a29754cc80be122d316b6894347ad (patch)
tree2856873e85c82664489aa848725525bfbec97628
parentbae35161c3a0277e72b69353e3c78e2f4981987f (diff)
Update thermal-engine.te
Use r_file_perms instead
-rw-r--r--sepolicy/thermal-engine.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te
index 2e659b9..a101e5f 100644
--- a/sepolicy/thermal-engine.te
+++ b/sepolicy/thermal-engine.te
@@ -4,4 +4,4 @@ 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 { read open };
+allow thermal-engine sysfs_usb_supply:file r_file_perms;