From 758d033583f7fb2b41bec1843cc9cf61bc88d495 Mon Sep 17 00:00:00 2001 From: dcashman <dcashman@google.com> Date: Wed, 28 Aug 2013 15:32:35 -0700 Subject: [PATCH] quash SELinux denial for healthd Change-Id: I898bb4ee8fdb95b48e58c98bffdb381b03c719bb --- healthd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/healthd.te b/healthd.te index 23bc2f1fa..52c466e48 100644 --- a/healthd.te +++ b/healthd.te @@ -6,6 +6,7 @@ type healthd_exec, exec_type, file_type; init_daemon_domain(healthd) unconfined_domain(healthd) +allow healthd rootfs:file entrypoint; write_klog(healthd) -- GitLab