From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12A9138D1A for ; Mon, 24 Oct 2016 17:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB45E0A61; Mon, 24 Oct 2016 17:14:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CF38E0A61 for ; Mon, 24 Oct 2016 17:14:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFC8F341440 for ; Mon, 24 Oct 2016 17:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6221024AE for ; Mon, 24 Oct 2016 17:14:00 +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: <1477328882.04c8004e139709f43b8bc2b9f4c15a94c4705eb3.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: 04c8004e139709f43b8bc2b9f4c15a94c4705eb3 X-VCS-Branch: next Date: Mon, 24 Oct 2016 17:14:00 +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: fd22a219-5110-4922-b194-8d5f67df642e X-Archives-Hash: 5a1e83d01d52bd2f559017e42ecf098f commit: 04c8004e139709f43b8bc2b9f4c15a94c4705eb3 Author: Jason Zaman perfinion com> AuthorDate: Sat Aug 13 16:37:55 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Oct 24 17:08:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=04c8004e virt: kernel_read_system_state policy/modules/contrib/virt.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te index a29f333..0adbdb1 100644 --- a/policy/modules/contrib/virt.te +++ b/policy/modules/contrib/virt.te @@ -1331,6 +1331,8 @@ files_pid_filetrans(virtlockd_t, virtlockd_run_t, file) can_exec(virtlockd_t, virtlockd_exec_t) +kernel_read_system_state(virtlockd_t) + files_read_etc_files(virtlockd_t) files_list_var_lib(virtlockd_t) @@ -1357,6 +1359,8 @@ files_pid_filetrans(virtlogd_t, virtlogd_run_t, file) can_exec(virtlogd_t, virtlogd_exec_t) +kernel_read_system_state(virtlogd_t) + files_read_etc_files(virtlogd_t) files_list_var_lib(virtlogd_t)