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 29E27138D18 for ; Mon, 13 Jul 2015 21:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 929FCE0918; Mon, 13 Jul 2015 21:45:54 +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 A32D8E091A for ; Mon, 13 Jul 2015 21:45:53 +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 CE8C43409E2 for ; Mon, 13 Jul 2015 21:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80533906 for ; Mon, 13 Jul 2015 21:45:51 +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: <1436809321.bd0bd6698519ad08b0b6a6e92160c8d88fecd159.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: bd0bd6698519ad08b0b6a6e92160c8d88fecd159 X-VCS-Branch: next Date: Mon, 13 Jul 2015 21:45: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: bdd4a32a-7bb4-4ac2-8e04-a3668b623ce4 X-Archives-Hash: 3c292c1ab2a10eb3bf354290d5a9ae6c commit: bd0bd6698519ad08b0b6a6e92160c8d88fecd159 Author: Sven Vermeulen siphos be> AuthorDate: Mon Jul 13 17:42:01 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jul 13 17:42:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bd0bd669 Add ceph_admin() to sysadm 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 6a91344..e0442db 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -1274,6 +1274,10 @@ ifdef(`distro_gentoo',` ') optional_policy(` + ceph_admin(sysadm_t, sysadm_r) + ') + + optional_policy(` # Bug 529208 dmesg_run(sysadm_t, sysadm_r) ')