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 1D1A8138A69 for ; Sat, 11 Apr 2015 10:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7D8E082B; Sat, 11 Apr 2015 10:10:07 +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 BD91EE082B for ; Sat, 11 Apr 2015 10:10: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 0A1BA340BA2 for ; Sat, 11 Apr 2015 10:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F06315AEF for ; Sat, 11 Apr 2015 10:10:01 +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: <1428746797.9d0def09397588bb9e752809b2a67d3889be0b97.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master 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: 9d0def09397588bb9e752809b2a67d3889be0b97 X-VCS-Branch: master Date: Sat, 11 Apr 2015 10:10:01 +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: ddfe2338-4682-4cca-8b96-b9aa167bd0e0 X-Archives-Hash: e6c03897be6983f0f78a4139ae670003 Message-ID: <20150411101001.s100Z5stPLaHiGLs1nmbq7umR9V2DbfkiLKtE8D9zpc@z> commit: 9d0def09397588bb9e752809b2a67d3889be0b97 Author: Jason Zaman perfinion com> AuthorDate: Sat Apr 11 08:13:25 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 11 10:06:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9d0def09 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) ') ')