1type powertestservice, domain, coredomain; 2type powertestservice_exec, exec_type, file_type, system_file_type; 3 4init_daemon_domain(powertestservice) 5 6binder_use(powertestservice) 7binder_call(powertestservice, carservice_app) 8 9allow powertestservice carservice_service:service_manager find; 10