Branch zuma from gs201 sha1 63751751aa91275b083797278d638078b3a0bf7a cp/pantah/ripcurrent cp/gs201/zuma Bug: 229340586 Change-Id: Ie692d8dbbf0fc4d3b376dc9fe3e930bd3955a88e Signed-off-by: Aaron Ding <aaronding@google.com>
15 lines
517 B
Text
15 lines
517 B
Text
type init_citadel, domain;
|
|
type init_citadel_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init_citadel)
|
|
|
|
# Citadel communication must be via citadeld
|
|
vndbinder_use(init_citadel)
|
|
binder_call(init_citadel, citadeld)
|
|
allow init_citadel citadeld_service:service_manager find;
|
|
|
|
# Many standard utils are actually vendor_toolbox (like xxd)
|
|
allow init_citadel vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
# init_citadel needs to invoke citadel_updater
|
|
allow init_citadel citadel_updater:file rx_file_perms;
|