Sepolicy: Update sepolicy ops listener
Add read and write permissions for graphics device Change-Id: I86c22daaa99bf77f4dc633a09de8cab4fcd8169e
This commit is contained in:
parent
2be1440bc7
commit
ea7825dd44
1 changed files with 1 additions and 1 deletions
2
legacy/vendor/common/qseecomd.te
vendored
2
legacy/vendor/common/qseecomd.te
vendored
|
@ -72,7 +72,7 @@ allow tee time_daemon:unix_stream_socket connectto;
|
|||
|
||||
# allow tee access for secure UI to work
|
||||
allow tee graphics_device:dir r_dir_perms;
|
||||
allow tee graphics_device:chr_file r_file_perms;
|
||||
allow tee graphics_device:chr_file rw_file_perms;
|
||||
|
||||
#allow tee access for secure touch to work
|
||||
allow tee sysfs_securetouch:file rw_file_perms;
|
||||
|
|
Loading…
Reference in a new issue