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 8915E138A69 for ; Sat, 11 Apr 2015 09:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 027E5E0835; Sat, 11 Apr 2015 09:49:38 +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 9A3BBE0835 for ; Sat, 11 Apr 2015 09:49:37 +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 BD563340B78 for ; Sat, 11 Apr 2015 09:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6595415AEB for ; Sat, 11 Apr 2015 09:49:32 +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: <1428745733.47c5dd636ca20be7b2efec1fe9e2f0ae48dc9461.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: 47c5dd636ca20be7b2efec1fe9e2f0ae48dc9461 X-VCS-Branch: nginx Date: Sat, 11 Apr 2015 09:49:32 +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: 8b4e2f55-5f3c-4629-8eb5-7230cf37b31b X-Archives-Hash: e19505595974c3ef70872092c111247a commit: 47c5dd636ca20be7b2efec1fe9e2f0ae48dc9461 Author: Jason Zaman perfinion com> AuthorDate: Sat Apr 11 08:13:25 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 11 09:48:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=47c5dd63 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) ') ')