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 8CD72138CDB for ; Thu, 11 Jun 2015 16:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE839E0935; Thu, 11 Jun 2015 16:04:57 +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 78745E0935 for ; Thu, 11 Jun 2015 16:04:57 +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 9FD49340D4F for ; Thu, 11 Jun 2015 16:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96CA9A35 for ; Thu, 11 Jun 2015 16:04:51 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1433860589.d0fe826f850a149ba60f855049fb81c70804be23.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift 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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d0fe826f850a149ba60f855049fb81c70804be23 X-VCS-Branch: swift Date: Thu, 11 Jun 2015 16:04:51 +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: e32d1936-37e8-4b6f-a333-6bf1766561b0 X-Archives-Hash: e63c08559f4132a99f49e008d751c902 commit: d0fe826f850a149ba60f855049fb81c70804be23 Author: Jason Zaman perfinion com> AuthorDate: Tue Jun 9 14:01:58 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Jun 9 14:36:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d0fe826f sysadm: add gentoo _admin interfaces to sysadm.te policy/modules/roles/sysadm.te | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 1963c88..6a91344 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -1270,6 +1270,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + bitcoin_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` # Bug 529208 dmesg_run(sysadm_t, sysadm_r) ') @@ -1287,6 +1291,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + logsentry_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` mutt_role(sysadm_r, sysadm_t) ') @@ -1299,6 +1307,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + phpfpm_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` postgresql_admin(sysadm_t, sysadm_r) postgresql_exec(sysadm_t) ')