xref: /aosp_15_r20/system/sepolicy/prebuilts/api/29.0/private/ashmemd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
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