healthd.te revision 758d033583f7fb2b41bec1843cc9cf61bc88d495
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)
9allow healthd rootfs:file entrypoint;
10write_klog(healthd)
11
12
13