19 lines
440 B
Plaintext
Executable File
19 lines
440 B
Plaintext
Executable File
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;
|