[selinux-policy: 943/3172] missing matches

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:26:32 UTC 2010


commit c6825e980c2e7339c9cc030b20b41321dd2f013c
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Nov 10 16:53:50 2005 +0000

    missing matches

 refpolicy/policy/modules/admin/kudzu.fc         |    1 +
 refpolicy/policy/modules/system/corecommands.fc |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/refpolicy/policy/modules/admin/kudzu.fc b/refpolicy/policy/modules/admin/kudzu.fc
index 57e3171..dd88f74 100644
--- a/refpolicy/policy/modules/admin/kudzu.fc
+++ b/refpolicy/policy/modules/admin/kudzu.fc
@@ -1,4 +1,5 @@
 
 /sbin/kmodule	--	gen_context(system_u:object_r:kudzu_exec_t,s0)
+/sbin/kudzu	--	gen_context(system_u:object_r:kudzu_exec_t,s0)
 
 /usr/sbin/kudzu	--	gen_context(system_u:object_r:kudzu_exec_t,s0)
diff --git a/refpolicy/policy/modules/system/corecommands.fc b/refpolicy/policy/modules/system/corecommands.fc
index 4518573..666ac9d 100644
--- a/refpolicy/policy/modules/system/corecommands.fc
+++ b/refpolicy/policy/modules/system/corecommands.fc
@@ -43,6 +43,9 @@ ifdef(`distro_redhat',`
 /etc/ppp/ipv6-up\..*		--	gen_context(system_u:object_r:bin_t,s0)
 /etc/ppp/ipv6-down\..*		--	gen_context(system_u:object_r:bin_t,s0)
 
+/etc/sysconfig/network-scripts/ifup-.*	-- gen_context(system_u:object_r:bin_t,s0)
+/etc/sysconfig/network-scripts/ifdown-.* -- gen_context(system_u:object_r:bin_t,s0)
+
 ifdef(`distro_debian',`
 /etc/mysql/debian-start		--	gen_context(system_u:object_r:bin_t,s0)
 ')


More information about the scm-commits mailing list