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 4607A138ACF for ; Sun, 25 Jan 2015 13:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8DD2E0877; Sun, 25 Jan 2015 13:46:41 +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 27734E086F for ; Sun, 25 Jan 2015 13:46:41 +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 6CBD234039E for ; Sun, 25 Jan 2015 13:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AEDA1056F for ; Sun, 25 Jan 2015 13:46:39 +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: <1422193372.43e6ee5002b2242ddb58570dec2daef107d15dad.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/domain.te X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 43e6ee5002b2242ddb58570dec2daef107d15dad X-VCS-Branch: next Date: Sun, 25 Jan 2015 13:46:39 +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: d28056ba-aec6-4707-8bca-cbe45f8ea5a8 X-Archives-Hash: f7c72c3ca0cdb463e29280645a91ab24 Message-ID: <20150125134639.q7pchs6hEyCE6IgDjmNWRmQJcL70FBaa1H6L2dQPpCA@z> commit: 43e6ee5002b2242ddb58570dec2daef107d15dad Author: Sven Vermeulen siphos be> AuthorDate: Sat Jan 24 16:51:58 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jan 25 13:42:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=43e6ee50 Fix bug #529420 - Allow all domains to read vm sysctls --- policy/modules/kernel/domain.te | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/policy/modules/kernel/domain.te b/policy/modules/kernel/domain.te index 3861c8e..451a1be 100644 --- a/policy/modules/kernel/domain.te +++ b/policy/modules/kernel/domain.te @@ -171,3 +171,13 @@ allow unconfined_domain_type domain:key *; # receive from all domains over labeled networking domain_all_recvfrom_all_domains(unconfined_domain_type) + +ifdef(`distro_gentoo',` + ######################################## + # + # Permissions for all domains + # + + # Bug 529420 + kernel_read_vm_sysctls(domain) +')