packages/services/Car/car_product/sepolicy/test/powertestservice.te

10 lines
290 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
type powertestservice, domain, coredomain;
type powertestservice_exec, exec_type, file_type, system_file_type;
init_daemon_domain(powertestservice)
binder_use(powertestservice)
binder_call(powertestservice, carservice_app)
allow powertestservice carservice_service:service_manager find;