You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
293 B

# Car watchdog server
type carwatchdogd, domain;
binder_call(carwatchdogd, carwatchdogclient_domain)
binder_call(carwatchdogclient_domain, carwatchdogd)
# Configuration for system_server
allow system_server carwatchdogd_service:service_manager find;
binder_call(carwatchdogd, system_server)