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 9318A138247 for ; Fri, 6 Dec 2013 17:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEB70E0B55; Fri, 6 Dec 2013 17:33:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A406CE0B54 for ; Fri, 6 Dec 2013 17:33:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C02E33F4C9 for ; Fri, 6 Dec 2013 17:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 489D1D08AC for ; Fri, 6 Dec 2013 17:33:17 +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: <1386351067.93cbdc1109d7035842b5dfd5b490191f73b361d8.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.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 93cbdc1109d7035842b5dfd5b490191f73b361d8 X-VCS-Branch: master Date: Fri, 6 Dec 2013 17:33:17 +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: 4c3e3a96-55dd-48e3-87fa-ddb0df5e9c39 X-Archives-Hash: 2e3a0f9e6d3fe27fec1f729967939ff9 commit: 93cbdc1109d7035842b5dfd5b490191f73b361d8 Author: Dominick Grift gmail com> AuthorDate: Sat Nov 9 09:44:53 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 6 17:31:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=93cbdc11 lvm: lvm writes read_ahead_kb Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/lvm.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te index 5f2e1e4..a022d23 100644 --- a/policy/modules/system/lvm.te +++ b/policy/modules/system/lvm.te @@ -234,7 +234,7 @@ dev_manage_generic_symlinks(lvm_t) dev_relabel_generic_dev_dirs(lvm_t) dev_manage_generic_blk_files(lvm_t) # Read /sys/block. Device mapper metadata is kept there. -dev_read_sysfs(lvm_t) +dev_rw_sysfs(lvm_t) # cjp: this has no effect since LVM does not # have lnk_file relabelto for anything else. # perhaps this should be blk_files?