unplugged-system/vendor/unplugged/proprietary/build/sepolicy/plat_private/dpci.te

19 lines
440 B
Plaintext
Raw Normal View History

type dpci_exec, system_file_type, exec_type, file_type;
typeattribute dpci coredomain;
init_daemon_domain(dpci)
# allow dpci to call dpc
binder_use(dpci)
allow dpci device_policy_service:service_manager find;
allow dpci system_server:binder call;
# allow dpci to register service
allow dpci dpci_service:service_manager add;
allow system_app dpci:binder call;
# zhongchenglin add faceunlock cts fail
allow dumpstate dpci:binder call;