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 AC8CB138CDD for ; Tue, 9 Jun 2015 14:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56AD5E085D; Tue, 9 Jun 2015 14:37:15 +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 D91ECE0858 for ; Tue, 9 Jun 2015 14:37:14 +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 1A747340A59 for ; Tue, 9 Jun 2015 14:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70C4A26 for ; Tue, 9 Jun 2015 14:37:12 +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: <1433860589.d0fe826f850a149ba60f855049fb81c70804be23.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: d0fe826f850a149ba60f855049fb81c70804be23 X-VCS-Branch: master Date: Tue, 9 Jun 2015 14:37:12 +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: c233cd23-38d4-494d-bd3f-89f7d9af8f72 X-Archives-Hash: d338cdc3aacaf1d34a1af5092728a02a commit: d0fe826f850a149ba60f855049fb81c70804be23 Author: Jason Zaman perfinion com> AuthorDate: Tue Jun 9 14:01:58 2015 +0000 Commit: Jason Zaman 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) ')