1 # Vehicle monitor service
2 type vms, domain;
3 type vms_exec, exec_type, file_type;
4
5 allow vms system_app:binder { call };
6 allow vms car_service:service_manager { add };
7 allow vms priv_app:binder { call };
8
9 init_daemon_domain(vms)
10
11 binder_use(vms);