1type twoshay, domain; 2type twoshay_exec, exec_type, vendor_file_type, file_type; 3 4init_daemon_domain(twoshay) 5 6allow twoshay touch_offload_device:chr_file rw_file_perms; 7allow twoshay twoshay:capability sys_nice; 8 9binder_use(twoshay) 10add_service(twoshay, touch_context_service) 11 12allow twoshay fwk_stats_service:service_manager find; 13binder_call(twoshay, stats_service_server) 14 15# Allow dumpsys output in bugreports. 16allow twoshay dumpstate:fd use; 17allow twoshay dumpstate:fifo_file write; 18 19# b/198755236 20dontaudit twoshay twoshay:capability dac_override; 21 22# b/226830650 23dontaudit twoshay boot_status_prop:file read;