Janis Danisevskis | 2b6c606 | 2021-11-09 17:49:02 -0800 | [diff] [blame] | 1 | type diced, domain; |
2 | type diced_exec, system_file_type, exec_type, file_type; | ||||
3 | |||||
4 | binder_use(diced) | ||||
5 | binder_service(diced) | ||||
6 | |||||
7 | add_service(diced, dice_node_service) | ||||
8 | add_service(diced, dice_maintenance_service) | ||||
9 | |||||
10 | # Check SELinux permissions. | ||||
11 | selinux_check_access(diced) |