fix secure element service access

Bug: 202902683
Test: boot with no secure element errors
Change-Id: I84ee827d356e6a99af192cce9178fb4f408de5ec
This commit is contained in:
Adam Shih 2021-10-25 11:36:15 +08:00
parent 0ae5acc904
commit abf31d56d6
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/202902683
dontaudit hal_secure_element_uicc hal_exynos_rild_hwservice:hwservice_manager { find };

View file

@ -3,3 +3,5 @@ type hal_secure_element_uicc_exec, exec_type, vendor_file_type, file_type;
hal_server_domain(hal_secure_element_uicc, hal_secure_element) hal_server_domain(hal_secure_element_uicc, hal_secure_element)
init_daemon_domain(hal_secure_element_uicc) init_daemon_domain(hal_secure_element_uicc)
allow hal_secure_element_uicc hal_exynos_rild_hwservice:hwservice_manager find;