From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C55F138334 for ; Thu, 12 Jul 2018 14:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA39E08C4; Thu, 12 Jul 2018 14:37:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53968E0880 for ; Thu, 12 Jul 2018 14:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A16F335CC2 for ; Thu, 12 Jul 2018 14:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93998372 for ; Thu, 12 Jul 2018 14:37:12 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1531320095.85c461c93005579188f0b3b50a6873678d9e2270.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/iptables.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 85c461c93005579188f0b3b50a6873678d9e2270 X-VCS-Branch: master Date: Thu, 12 Jul 2018 14:37:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91b973b0-0c7d-4f7c-9379-03741b062907 X-Archives-Hash: 1a44d4877f46aa81234f5b7c77b0059b commit: 85c461c93005579188f0b3b50a6873678d9e2270 Author: Jason Zaman perfinion com> AuthorDate: Tue Jul 10 15:03:18 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jul 11 14:41:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=85c461c9 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 32877b26..ba65e811 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)