sepolicy: Add permissions for feature_enabler_client app
Add permission for feature enabler client app to have read and write access to qseecom node, ion node,and mink socket Change-Id: I08d5c5a27846fc5c22d505a66544645cb0543223
This commit is contained in:
parent
a0e764c972
commit
9adc02b0ab
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ type feature_enabler_client, domain;
|
|||
type feature_enabler_client_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(feature_enabler_client)
|
||||
allow feature_enabler_client tee_device:chr_file rw_file_perms;
|
||||
allow feature_enabler_client ion_device:chr_file rw_file_perms;
|
||||
unix_socket_connect(feature_enabler_client , ssgtzd, ssgtzd)
|
||||
|
|
Loading…
Reference in a new issue