upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
8
android/system/sepolicy/public/hal_gatekeeper.te
Normal file
8
android/system/sepolicy/public/hal_gatekeeper.te
Normal file
|
@ -0,0 +1,8 @@
|
|||
binder_call(hal_gatekeeper_client, hal_gatekeeper_server)
|
||||
|
||||
add_hwservice(hal_gatekeeper_server, hal_gatekeeper_hwservice)
|
||||
allow hal_gatekeeper_client hal_gatekeeper_hwservice:hwservice_manager find;
|
||||
|
||||
# TEE access.
|
||||
allow hal_gatekeeper tee_device:chr_file rw_file_perms;
|
||||
allow hal_gatekeeper ion_device:chr_file r_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue