diff --git a/healthd.te b/healthd.te new file mode 100644 index 0000000000000000000000000000000000000000..23bc2f1fa82733cf060ac8d6673be75b91f292c8 --- /dev/null +++ b/healthd.te @@ -0,0 +1,11 @@ +# 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) +write_klog(healthd) + +