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 E5C071381F3 for ; Thu, 6 Dec 2012 18:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7052D21C043; Thu, 6 Dec 2012 18:18:34 +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 3D03D21C043 for ; Thu, 6 Dec 2012 18:18:33 +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 29D1F33DA8F for ; Thu, 6 Dec 2012 18:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A13EDE544C for ; Thu, 6 Dec 2012 18:18:29 +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: <1354817542.8a494df76549bfc1eb5ea76b8366dd5a85095a0c.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/virt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8a494df76549bfc1eb5ea76b8366dd5a85095a0c X-VCS-Branch: master Date: Thu, 6 Dec 2012 18:18:29 +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: d26bb005-1c9c-4029-9520-54b10a2b26b8 X-Archives-Hash: 148dca57b3d22c2dabbc2e369c2e3721 commit: 8a494df76549bfc1eb5ea76b8366dd5a85095a0c Author: Laurent Bigonville bigon be> AuthorDate: Wed Dec 5 22:03:30 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Dec 6 18:12:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8a494df7 Allow virtd_t context to read sysctl_crypto_t --- policy/modules/contrib/virt.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te index a7b8694..5357040 100644 --- a/policy/modules/contrib/virt.te +++ b/policy/modules/contrib/virt.te @@ -508,6 +508,7 @@ stream_connect_pattern(virtd_t, svirt_var_run_t, svirt_var_run_t, virt_domain) can_exec(virtd_t, virt_tmp_t) +kernel_read_crypto_sysctls(virtd_t) kernel_read_system_state(virtd_t) kernel_read_network_state(virtd_t) kernel_rw_net_sysctls(virtd_t)