diff options
-rwxr-xr-x | sepolicy/ifaadaemon.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/ifaadaemon.te b/sepolicy/ifaadaemon.te index c458692..91671e2 100755 --- a/sepolicy/ifaadaemon.te +++ b/sepolicy/ifaadaemon.te @@ -22,5 +22,8 @@ allow ifaadaemon ifaadaemon_service:service_manager add; #Allow access to tee device allow ifaadaemon tee_device:chr_file rw_file_perms; +#Allow access to ion device +allow ifaadaemon ion_device:chr_file r_file_perms; + #Allow access to firmware r_dir_file(ifaadaemon, firmware_file) |