2b6c6063ae
Bug: 198197213 Test: N/A Change-Id: I5d0b06e3cd0c594cff6120856ca3bb4f7c1dd98d
11 lines
260 B
Text
11 lines
260 B
Text
type diced, domain;
|
|
type diced_exec, system_file_type, exec_type, file_type;
|
|
|
|
binder_use(diced)
|
|
binder_service(diced)
|
|
|
|
add_service(diced, dice_node_service)
|
|
add_service(diced, dice_maintenance_service)
|
|
|
|
# Check SELinux permissions.
|
|
selinux_check_access(diced)
|