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 79E171381F3 for ; Mon, 30 Sep 2013 19:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB16E0B8D; Mon, 30 Sep 2013 19:03:43 +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 A3B65E0B11 for ; Mon, 30 Sep 2013 19:03:42 +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 A931B33E906 for ; Mon, 30 Sep 2013 19:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8C40E5309 for ; Mon, 30 Sep 2013 19:03: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: <1380567732.b49d468c7748f31d90a1227b23516589e45c4bcf.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/vdagent.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b49d468c7748f31d90a1227b23516589e45c4bcf X-VCS-Branch: master Date: Mon, 30 Sep 2013 19:03: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: 3cc97f49-ead7-4f80-b962-5fe7f753115c X-Archives-Hash: 29b7bee805cb35b4a98dd77cfa4f9fb0 commit: b49d468c7748f31d90a1227b23516589e45c4bcf Author: Dominick Grift gmail com> AuthorDate: Tue Sep 24 07:09:19 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Sep 30 19:02:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b49d468c vdagent: spice-vdagentd uses /dev/vport1p1 virtio console Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/vdagent.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/vdagent.te b/policy/modules/contrib/vdagent.te index 947c70a..d4124f5 100644 --- a/policy/modules/contrib/vdagent.te +++ b/policy/modules/contrib/vdagent.te @@ -1,4 +1,4 @@ -policy_module(vdagent, 1.1.0) +policy_module(vdagent, 1.1.1) ######################################## # @@ -45,6 +45,8 @@ dev_dontaudit_write_mtrr(vdagent_t) files_read_etc_files(vdagent_t) +term_use_virtio_console(vdagent_t) + init_read_state(vdagent_t) logging_send_syslog_msg(vdagent_t)