diff options
-rw-r--r-- | sepolicy/thermal-engine.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te index 4b8c024..7f8e14a 100644 --- a/sepolicy/thermal-engine.te +++ b/sepolicy/thermal-engine.te @@ -8,3 +8,4 @@ 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; allow thermal-engine socket_device:sock_file { create setattr }; +allow thermal-engine sysfs_uio:dir read; |