xref: /aosp_15_r20/system/sepolicy/prebuilts/api/33.0/public/diced.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1type diced, domain;
2type diced_exec, system_file_type, exec_type, file_type;
3
4binder_use(diced)
5binder_service(diced)
6
7add_service(diced, dice_node_service)
8add_service(diced, dice_maintenance_service)
9
10# Check SELinux permissions.
11selinux_check_access(diced)
12