Merge "sepolicy: Revert FIDO session file location"
This commit is contained in:
commit
7093215131
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ allow hal_qteeconnector firmware_file:file r_file_perms;
|
|||
#Allow access to session files
|
||||
allow hal_qteeconnector data_qtee_file:dir create_dir_perms;
|
||||
allow hal_qteeconnector data_qtee_file:file create_file_perms;
|
||||
allow hal_qteeconnector data_qsee_file:dir create_dir_perms;
|
||||
allow hal_qteeconnector data_qsee_file:file create_file_perms;
|
||||
|
||||
#Allow access to qp_reqcancel socket
|
||||
allow hal_qteeconnector tee:unix_dgram_socket sendto;
|
||||
|
|
Loading…
Reference in a new issue