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 93A29138A69 for ; Sat, 11 Apr 2015 08:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2247AE08C8; Sat, 11 Apr 2015 08:39:46 +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 C044BE08C8 for ; Sat, 11 Apr 2015 08:39:45 +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 C6E44340B03 for ; Sat, 11 Apr 2015 08:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB2A15ADE for ; Sat, 11 Apr 2015 08:39:40 +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: <1428741556.563c1d57fdba0f1e0471a605494bc9defef995a6.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:nginx commit in: policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/sysadm.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 563c1d57fdba0f1e0471a605494bc9defef995a6 X-VCS-Branch: nginx Date: Sat, 11 Apr 2015 08:39:40 +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: 92fe2d8e-2744-4b92-9824-5187ab4072c7 X-Archives-Hash: 065c435ea4485faba3a32ce0bcbebfd9 commit: 563c1d57fdba0f1e0471a605494bc9defef995a6 Author: Jason Zaman perfinion com> AuthorDate: Sat Apr 11 08:13:25 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 11 08:39:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=563c1d57 allow sysadmin to administrate uwsgi policy/modules/roles/sysadm.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 91da175..4cfb014 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -585,6 +585,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + uwsgi_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` vde_role(sysadm_r, sysadm_t) ') ')