1# Allow remoteaccess HAL to communicate with remote wakeup client via local 2# socket. 3typeattribute hal_remoteaccess_default hal_automotive_socket_exemption; 4net_domain(hal_remoteaccess_default) 5allow hal_remoteaccess_default self:vsock_socket write; 6 7# Allow accessing VHAL. 8binder_use(hal_remoteaccess_default) 9hal_client_domain(hal_remoteaccess_default, hal_vehicle) 10 11# Allow debug dump 12allow hal_remoteaccess_default shell:fd use; 13allow hal_remoteaccess_default shell:fifo_file write; 14