diff options
-rw-r--r-- | sepolicy/thermal-engine.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te index 2797e38..2e659b9 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; +allow thermal-engine sysfs_usb_supply:file { read open }; |