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