From b2b87d95e044ffb1f8f636ef610f4ddb61000f4f Mon Sep 17 00:00:00 2001 From: Todd Poynor <toddpoynor@google.com> Date: Mon, 3 Jun 2013 14:09:54 -0700 Subject: [PATCH] healthd: add sepolicy Change-Id: Ic0351c69d67aa3a6f71f505408c53d642626ebb4 --- healthd.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 healthd.te diff --git a/healthd.te b/healthd.te new file mode 100644 index 000000000..23bc2f1fa --- /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) + + -- GitLab