From 6bf506ec68d281b2b9b5d0cd0e6614b6235264e8 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Tue, 10 Jul 2018 23:03:18 +0800 Subject: [PATCH] iptables: fcontexts for 1.8.0 The binary changed from /sbin/xtables-multi to xtables-legacy-multi and xtables-nft-multi --- policy/modules/system/iptables.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/system/iptables.fc b/policy/modules/system/iptables.fc index 32877b263..ba65e811d 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -20,7 +20,9 @@ /usr/bin/ipvsadm-save -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/bin/nft -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/bin/xtables-compat-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) +/usr/bin/xtables-legacy-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/bin/xtables-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) +/usr/bin/xtables-nft-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/lib/systemd/system/[^/]*arptables.* -- gen_context(system_u:object_r:iptables_unit_t,s0) /usr/lib/systemd/system/[^/]*ebtables.* -- gen_context(system_u:object_r:iptables_unit_t,s0) @@ -40,4 +42,6 @@ /usr/sbin/ipvsadm-save -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/nft -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/xtables-compat-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) +/usr/sbin/xtables-legacy-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/xtables-nft-multi -- gen_context(system_u:object_r:iptables_exec_t,s0)