Sepolicy: Update sepolicy ops listener

Add read and write permissions for graphics device

Change-Id: I86c22daaa99bf77f4dc633a09de8cab4fcd8169e
This commit is contained in:
Phalguni 2019-03-27 17:08:42 -07:00
parent 2be1440bc7
commit ea7825dd44

View file

@ -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;