1# evs manager 2hal_server_domain(evs_manager, hal_evs) 3hal_client_domain(evs_manager, hal_evs) 4 5# allow init to launch processes in this context 6type evs_manager_exec, exec_type, file_type, system_file_type; 7init_daemon_domain(evs_manager) 8 9# allow write messages to the shell 10allow evs_manager shell:fd use; 11allow evs_manager shell:fifo_file write; 12 13# allow evs_manager to send information to statsd socket 14unix_socket_send(evs_manager, statsdw, statsd) 15 16# allow to use carservice_app 17binder_call(evs_manager, carservice_app) 18