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: Fri, 06 Dec 2013 17:33:30
Message-Id: 1386351068.85d94fe10355cf2807a3015bb8678e391ff47be0.swift@gentoo
1 commit: 85d94fe10355cf2807a3015bb8678e391ff47be0
2 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com>
3 AuthorDate: Tue Dec 3 15:54:22 2013 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 6 17:31:08 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=85d94fe1
7
8 Add comment in policy for lvm sysfs write.
9
10 ---
11 policy/modules/system/lvm.te | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te
15 index a022d23..7133d73 100644
16 --- a/policy/modules/system/lvm.te
17 +++ b/policy/modules/system/lvm.te
18 @@ -234,6 +234,7 @@ dev_manage_generic_symlinks(lvm_t)
19 dev_relabel_generic_dev_dirs(lvm_t)
20 dev_manage_generic_blk_files(lvm_t)
21 # Read /sys/block. Device mapper metadata is kept there.
22 +# Write read_ahead_kb
23 dev_rw_sysfs(lvm_t)
24 # cjp: this has no effect since LVM does not
25 # have lnk_file relabelto for anything else.