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