Merge "Sepolicy: Update sepolicy ops listener"

This commit is contained in:
qctecmdr 2019-04-26 10:40:05 -07:00 committed by Gerrit - the friendly Code Review server
commit 3233102de8
2 changed files with 2 additions and 0 deletions

View file

@ -58,3 +58,4 @@ hal_client_domain(tee, hal_graphics_composer);
allow tee sysfs_sectouch:file rw_file_perms;
allow tee vendor_tui_data_file:file rw_file_perms;
allow tee vendor_tui_data_file:dir r_dir_perms;
allow tee graphics_device:chr_file rw_file_perms;

View file

@ -115,6 +115,7 @@ hal_client_domain(tee, hal_graphics_composer);
allow tee sysfs_sectouch:file rw_file_perms;
allow tee vendor_tui_data_file:file rw_file_perms;
allow tee vendor_tui_data_file:dir r_dir_perms;
allow tee graphics_device:chr_file rw_file_perms;
# Allow access to qsee data file
allow tee data_qsee_file:dir create_dir_perms;