1# healthd seclabel is specified in init.rc since
2# it lives in the rootfs and has no unique file type.
3type healthd, domain;
4permissive healthd;
5type healthd_exec, exec_type, file_type;
6
7init_daemon_domain(healthd)
8unconfined_domain(healthd)
9write_klog(healthd)
10
11
12