Bug: 242479757 Test: build pass on all Gchip devices Change-Id: Idfd52a88a420f04169b273a1ef575f10b92874c1
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
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;
|