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 68AFB13877A for ; Fri, 22 Aug 2014 17:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C73DE077B; Fri, 22 Aug 2014 17:55:06 +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 21BE6E077B for ; Fri, 22 Aug 2014 17:55:06 +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 10CDE33DA84 for ; Fri, 22 Aug 2014 17:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B15A83BC7 for ; Fri, 22 Aug 2014 17:55:03 +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: <1408730081.8872be65d073445f6bf62fe2ac1715049f851170.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/vde.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8872be65d073445f6bf62fe2ac1715049f851170 X-VCS-Branch: master Date: Fri, 22 Aug 2014 17:55:03 +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: 726c7a9e-7cf3-4c11-85e1-36f482f2b863 X-Archives-Hash: a4756e07d22a17fdfbc8cf753e51c37a commit: 8872be65d073445f6bf62fe2ac1715049f851170 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 22 17:54:41 2014 +0000 Commit: Sven Vermeulen gentoo org> 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 };