fix init_citadel service access

Bug: 202906904
Test: boot to home with no relevant error
Change-Id: I6729ced49cbbecbc33234e311fb81652a065fe39
This commit is contained in:
Adam Shih 2021-10-20 10:41:56 +08:00
parent ecc3a24449
commit fc1ec67aa4
2 changed files with 1 additions and 2 deletions

View file

@ -2,3 +2,4 @@ type init_citadel, domain;
type init_citadel_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(init_citadel)
allow init_citadel citadeld_service:service_manager find;

View file

@ -1,2 +0,0 @@
# b/202906904
dontaudit init_citadel default_android_vndservice:service_manager { find };