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 3FD46138A69 for ; Sat, 11 Apr 2015 08:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBE5E08CD; Sat, 11 Apr 2015 08:35:08 +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 91877E08CD for ; Sat, 11 Apr 2015 08:35:08 +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 E274E3407C5 for ; Sat, 11 Apr 2015 08:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DEB515ADC for ; Sat, 11 Apr 2015 08:35:04 +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: <1428741270.bb6e97c1815b3c791453f72b74b4cc162661e752.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: bb6e97c1815b3c791453f72b74b4cc162661e752 X-VCS-Branch: nginx Date: Sat, 11 Apr 2015 08:35:04 +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: c1cf9631-3a18-42d5-80be-decc404c98d8 X-Archives-Hash: fb2588f6979ee6c3da30bd88ab2c7c87 commit: bb6e97c1815b3c791453f72b74b4cc162661e752 Author: Jason Zaman perfinion com> AuthorDate: Sat Apr 11 08:13:25 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 11 08:34:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bb6e97c1 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) ') ')