From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5987D59172 for ; Fri, 12 Feb 2016 03:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D3121C055; Fri, 12 Feb 2016 03:51:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2F3221C055 for ; Fri, 12 Feb 2016 03:51:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B97F3340CD6 for ; Fri, 12 Feb 2016 03:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A29D1227 for ; Fri, 12 Feb 2016 03:51:44 +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: <1455246907.4415fab18ad8d2769f159216d68283efbcbf7fc5.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: 4415fab18ad8d2769f159216d68283efbcbf7fc5 X-VCS-Branch: master Date: Fri, 12 Feb 2016 03:51:44 +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: 1775c222-e8e3-40d3-89ad-98ededb04aa9 X-Archives-Hash: 40f68a411271fb590915b5dfb32a8b04 commit: 4415fab18ad8d2769f159216d68283efbcbf7fc5 Author: Laurent Bigonville bigon be> AuthorDate: Mon Feb 8 21:48:53 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 12 03:15:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4415fab1 Label /var/run/ebtables.lock as iptables_var_run_t. This lock file is used on debian since version 2.0.10.4-3.2. This is also used on Fedora. 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 c97cefc..709aa6c 100644 --- a/policy/modules/system/iptables.fc +++ b/policy/modules/system/iptables.fc @@ -27,4 +27,5 @@ /usr/sbin/iptables-multi -- gen_context(system_u:object_r:iptables_exec_t,s0) /usr/sbin/iptables-restore -- gen_context(system_u:object_r:iptables_exec_t,s0) +/var/run/ebtables\.lock -- gen_context(system_u:object_r:iptables_var_run_t,s0) /var/run/xtables.* -- gen_context(system_u:object_r:iptables_var_run_t,s0)