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 36813138D1A 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 A18B2E0919; 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 BF8E1E0918 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 E8EA2340A26 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 92254907 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: <1436821046.503297a9b5e11f5b898dfffc6194f95abe755b65.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/ceph.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 503297a9b5e11f5b898dfffc6194f95abe755b65 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: 65aa1c26-cb06-4447-8216-3687d3be2634 X-Archives-Hash: dbbcdcd0512b415ef9c50a1c6fdc4554 Message-ID: <20150713214551.cbPtILigpubIHftt6Lw4zD43Su2ShzIvJBSmOxS35tk@z> commit: 503297a9b5e11f5b898dfffc6194f95abe755b65 Author: Jason Zaman perfinion com> AuthorDate: Mon Jul 13 20:57:26 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jul 13 20:57:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=503297a9 ceph: fix require in ceph_admin() policy/modules/contrib/ceph.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/ceph.if b/policy/modules/contrib/ceph.if index 26db16f..c922531 100644 --- a/policy/modules/contrib/ceph.if +++ b/policy/modules/contrib/ceph.if @@ -64,9 +64,9 @@ template(`ceph_domain_template',` # interface(`ceph_admin',` gen_require(` - attribute cephdomain; - attribute cephdata; - type ceph_initrc_exec_t; + attribute cephdomain, cephdata; + type ceph_initrc_exec_t, ceph_log_t; + type ceph_conf_t, ceph_key_t; ') allow $1 cephdomain:process { ptrace signal_perms };