758d033583
Change-Id: I898bb4ee8fdb95b48e58c98bffdb381b03c719bb
12 lines
302 B
Text
12 lines
302 B
Text
# healthd seclabel is specified in init.rc since
|
|
# it lives in the rootfs and has no unique file type.
|
|
type healthd, domain;
|
|
permissive healthd;
|
|
type healthd_exec, exec_type, file_type;
|
|
|
|
init_daemon_domain(healthd)
|
|
unconfined_domain(healthd)
|
|
allow healthd rootfs:file entrypoint;
|
|
write_klog(healthd)
|
|
|
|
|