[selinux-policy: 2201/3172] add bin_t labeling for gentoo dhcpcd-run-hooks location

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:15:28 UTC 2010


commit 78a9c2815d0d400dc209df19e2f01be1dfb6bf22
Author: Chris PeBenito <pebenito at gentoo.org>
Date:   Thu Jul 30 09:34:00 2009 -0400

    add bin_t labeling for gentoo dhcpcd-run-hooks location

 policy/modules/kernel/corecommands.fc |    3 +++
 policy/modules/kernel/corecommands.te |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc
index 5052a09..6b30d66 100644
--- a/policy/modules/kernel/corecommands.fc
+++ b/policy/modules/kernel/corecommands.fc
@@ -109,6 +109,9 @@ ifdef(`distro_debian',`
 /lib64/udev/[^/]*		--	gen_context(system_u:object_r:bin_t,s0)
 
 ifdef(`distro_gentoo',`
+/lib/dhcpcd/dhcpcd-run-hooks	--	gen_context(system_u:object_r:bin_t,s0)
+/lib64/dhcpcd/dhcpcd-run-hooks	--	gen_context(system_u:object_r:bin_t,s0)
+
 /lib/rcscripts/addons(/.*)?		gen_context(system_u:object_r:bin_t,s0)
 /lib/rcscripts/sh(/.*)?			gen_context(system_u:object_r:bin_t,s0)
 /lib/rcscripts/net\.modules\.d/helpers\.d/dhclient-.* -- gen_context(system_u:object_r:bin_t,s0)
diff --git a/policy/modules/kernel/corecommands.te b/policy/modules/kernel/corecommands.te
index 0fcd718..99a9d82 100644
--- a/policy/modules/kernel/corecommands.te
+++ b/policy/modules/kernel/corecommands.te
@@ -1,5 +1,5 @@
 
-policy_module(corecommands, 1.11.2)
+policy_module(corecommands, 1.11.3)
 
 ########################################
 #


More information about the scm-commits mailing list