9d9c730f1c
Bug: 225745567
Test: Build
Change-Id: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
Merged-In: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
(cherry picked from commit f9a00364c8
)
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)
|