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 0D9C9138A69 for ; Sat, 11 Apr 2015 08:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD824E08C6; Sat, 11 Apr 2015 08:28:19 +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 643ABE08D2 for ; Sat, 11 Apr 2015 08:28:19 +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 B94A0340B8D for ; Sat, 11 Apr 2015 08:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44F9A15ADA for ; Sat, 11 Apr 2015 08:28:13 +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: <1428740856.ee741aa751ad5158f6f14709dec5b98b49a8e07d.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: ee741aa751ad5158f6f14709dec5b98b49a8e07d X-VCS-Branch: nginx Date: Sat, 11 Apr 2015 08:28:13 +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: dcfb79bc-ced2-4378-a255-141547cf4fa7 X-Archives-Hash: 15b0619eecd59d52b2e1af66ba888873 commit: ee741aa751ad5158f6f14709dec5b98b49a8e07d Author: Jason Zaman perfinion com> AuthorDate: Sat Apr 11 08:13:25 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 11 08:27:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ee741aa7 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) ') ')