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# b/198755236
16dontaudit twoshay twoshay:capability dac_override;
17