Subject: [PATCH] refpolicy: fix real path for iptables Upstream-Status: Inappropriate [configuration] Signed-off-by: Xin Ouyang --- policy/modules/system/iptables.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index 14cffd2..84ac92b 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -13,6 +13,7 @@ /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/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.11.7