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 D2F66139694 for ; Mon, 10 Apr 2017 17:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F115E0827; Mon, 10 Apr 2017 17:28:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EDACE0827 for ; Mon, 10 Apr 2017 17:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4A784341659 for ; Mon, 10 Apr 2017 17:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8844973E6 for ; Mon, 10 Apr 2017 17:28:40 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1491845312.38fc037e463699c20078a6cd3ee5f7d441e8e0ef.swift@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/lvm.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 38fc037e463699c20078a6cd3ee5f7d441e8e0ef X-VCS-Branch: master Date: Mon, 10 Apr 2017 17:28:40 +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: 864fb4e1-c540-4b76-b159-a39d49790deb X-Archives-Hash: a632e49c082a8a51d67321f24a1f7cf4 commit: 38fc037e463699c20078a6cd3ee5f7d441e8e0ef Author: Sven Vermeulen gentoo org> AuthorDate: Mon Apr 10 17:28:32 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 10 17:28:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=38fc037e Fix duplicate file context policy/modules/system/lvm.fc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/policy/modules/system/lvm.fc b/policy/modules/system/lvm.fc index 1e6abbaf..960da828 100644 --- a/policy/modules/system/lvm.fc +++ b/policy/modules/system/lvm.fc @@ -102,10 +102,6 @@ ifdef(`distro_gentoo',` /run/lvm(/.*)? gen_context(system_u:object_r:lvm_var_run_t,s0) ifdef(`distro_gentoo',` -# Bug 529430 comment 7 -/usr/sbin/lvmetad -- gen_context(system_u:object_r:lvm_exec_t,s0) -/run/lvm(/.*)? gen_context(system_u:object_r:lvm_var_run_t,s0) - # Bug 529430 comment 8 /usr/sbin/dmeventd -- gen_context(system_u:object_r:lvm_exec_t,s0) ')