Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Mon, 10 Apr 2017 17:28:48
Message-Id: 1491845312.38fc037e463699c20078a6cd3ee5f7d441e8e0ef.swift@gentoo
1 commit: 38fc037e463699c20078a6cd3ee5f7d441e8e0ef
2 Author: Sven Vermeulen <swift <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 10 17:28:32 2017 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 10 17:28:32 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=38fc037e
7
8 Fix duplicate file context
9
10 policy/modules/system/lvm.fc | 4 ----
11 1 file changed, 4 deletions(-)
12
13 diff --git a/policy/modules/system/lvm.fc b/policy/modules/system/lvm.fc
14 index 1e6abbaf..960da828 100644
15 --- a/policy/modules/system/lvm.fc
16 +++ b/policy/modules/system/lvm.fc
17 @@ -102,10 +102,6 @@ ifdef(`distro_gentoo',`
18 /run/lvm(/.*)? gen_context(system_u:object_r:lvm_var_run_t,s0)
19
20 ifdef(`distro_gentoo',`
21 -# Bug 529430 comment 7
22 -/usr/sbin/lvmetad -- gen_context(system_u:object_r:lvm_exec_t,s0)
23 -/run/lvm(/.*)? gen_context(system_u:object_r:lvm_var_run_t,s0)
24 -
25 # Bug 529430 comment 8
26 /usr/sbin/dmeventd -- gen_context(system_u:object_r:lvm_exec_t,s0)
27 ')