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 B38771381F3 for ; Wed, 19 Dec 2012 21:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9FF21C0DC; Wed, 19 Dec 2012 21:16:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7898021C070 for ; Wed, 19 Dec 2012 21:16:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 759D033D8FF for ; Wed, 19 Dec 2012 21:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 14DADE5448 for ; Wed, 19 Dec 2012 21:16:56 +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: <1355924856.1ff505084faff6cc7f48898906af03a0cf4c8b84.SwifT@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: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1ff505084faff6cc7f48898906af03a0cf4c8b84 X-VCS-Branch: master Date: Wed, 19 Dec 2012 21:16:56 +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: 9d7b1b02-2419-490a-aafb-a0cb0ae94382 X-Archives-Hash: fe82ab05e71f55c6222d0034dc8ba1cb commit: 1ff505084faff6cc7f48898906af03a0cf4c8b84 Author: Sven Vermeulen siphos be> AuthorDate: Wed Dec 19 13:47:36 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Dec 19 13:47:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1ff50508 Mark sysadm as rpc_admin --- policy/modules/roles/sysadm.te | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 0d22033..de82808 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -547,6 +547,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + rpc_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` rpcbind_stream_connect(sysadm_t) ')