1typeattribute ashmemd coredomain;
2type ashmemd_exec, exec_type, file_type, system_file_type;
3
4init_daemon_domain(ashmemd)
5
6binder_use(ashmemd)
7add_service(ashmemd, ashmem_device_service)
8
9allow ashmemd ashmem_device:chr_file rw_file_perms;
10