From c6825e980c2e7339c9cc030b20b41321dd2f013c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 10 Nov 2005 16:53:50 +0000 Subject: [PATCH] missing matches --- refpolicy/policy/modules/admin/kudzu.fc | 1 + refpolicy/policy/modules/system/corecommands.fc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/refpolicy/policy/modules/admin/kudzu.fc b/refpolicy/policy/modules/admin/kudzu.fc index 57e317131..dd88f746a 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 4518573ae..666ac9daa 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) ')