From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Tue, 23 Aug 2011 12:37:18 +0200 Subject: [refpolicy] [PATCH 1/1] ip6?tables-multi is combined in xtables-multi Message-ID: <20110823103718.GA1480@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Since april, the *-multi applications offered through iptables are combined through a single binary called xtables-multi. The previous commands are now symbolic links towards this application. Signed-off-by: Sven Vermeulen --- policy/modules/system/iptables.fc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index 05fb364..14cffd2 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -12,6 +12,7 @@ /sbin/ipvsadm -- gen_context(system_u:object_r:iptables_exec_t,s0) /sbin/ipvsadm-restore -- gen_context(system_u:object_r:iptables_exec_t,s0) /sbin/ipvsadm-save -- gen_context(system_u:object_r:iptables_exec_t,s0) +/sbin/xtables-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/ipchains.* -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/iptables -- gen_context(system_u:object_r:iptables_exec_t,s0) -- 1.7.3.4