1type chre, domain; 2type chre_exec, exec_type, vendor_file_type, file_type; 3init_daemon_domain(chre) 4 5allow chre ion_device:chr_file r_file_perms; 6allow chre qdsp_device:chr_file r_file_perms; 7 8# Allow CHRE to obtain wakelock 9wakelock_use(chre) 10 11# Allow CHRE to obtain audio 12hal_client_domain(chre, hal_audio) 13 14# Allow CHRE host to talk to the stats service 15allow chre fwk_stats_service:service_manager find; 16binder_call(chre, stats_service_server) 17