From 7857c4eadd5bb2651e7f1110b6148fac9186175a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Sun, 12 Mar 2017 22:40:37 +0100 Subject: [PATCH] Update thermal-engine.te Use r_file_perms instead --- sepolicy/thermal-engine.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;