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 8278C13877A for ; Mon, 25 Aug 2014 17:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEAEE085B; Mon, 25 Aug 2014 17:16:27 +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 407F0E085B for ; Mon, 25 Aug 2014 17:16:25 +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 E478F340099 for ; Mon, 25 Aug 2014 17:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E2A2DB5 for ; Mon, 25 Aug 2014 17:16:23 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1408730081.8872be65d073445f6bf62fe2ac1715049f851170.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:perfinion commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/vde.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 8872be65d073445f6bf62fe2ac1715049f851170 X-VCS-Branch: perfinion Date: Mon, 25 Aug 2014 17:16:23 +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: c7caee48-2297-4f2b-9844-38e2a00ec10d X-Archives-Hash: 2434eede3f0ad45b6f4e56f25289cc44 commit: 8872be65d073445f6bf62fe2ac1715049f851170 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 22 17:54:41 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Fri Aug 22 17:54:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8872be65 Allow admins to interact with vde through vdeterm application (using vde socket) --- policy/modules/contrib/vde.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/vde.if b/policy/modules/contrib/vde.if index af85ea3..4a9c208 100644 --- a/policy/modules/contrib/vde.if +++ b/policy/modules/contrib/vde.if @@ -26,6 +26,7 @@ interface(`vde_role',` role $1 types vde_t; allow $2 vde_t:process { ptrace signal_perms }; + allow $2 vde_t:unix_stream_socket connectto; allow vde_t $2:process { sigchld signull }; allow vde_t $2:fd use; allow vde_t $2:tun_socket { relabelfrom };