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 72FA0138ACF for ; Tue, 25 Nov 2014 20:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B722E0838; Tue, 25 Nov 2014 20:49:27 +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 C8C51E0866 for ; Tue, 25 Nov 2014 20:49:26 +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 97C8034038F for ; Tue, 25 Nov 2014 20:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E6D3AE7E for ; Tue, 25 Nov 2014 20:49:24 +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: <1416948532.9e65ab369352163081c9ea86cac45e4305318b3b.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/ccs.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9e65ab369352163081c9ea86cac45e4305318b3b X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 20:49:24 +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: dc836047-c638-4d43-8fb3-b09f5aba0617 X-Archives-Hash: 8fdd2b5a33552074324e03fea3c8b79e commit: 9e65ab369352163081c9ea86cac45e4305318b3b Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 19:40:10 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 20:48:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9e65ab36 ccs: syntax errors in ccs_admin interface --- policy/modules/contrib/ccs.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/ccs.if b/policy/modules/contrib/ccs.if index 5ded72d..bb17e0f 100644 --- a/policy/modules/contrib/ccs.if +++ b/policy/modules/contrib/ccs.if @@ -98,8 +98,8 @@ interface(`ccs_manage_config',` interface(`ccs_admin',` gen_require(` type ccs_t, ccs_initrc_exec_t, cluster_conf_t; - type ccs_var_lib_t_t, ccs_var_log_t; - type ccs_var_run_t, ccs_tmp_t; + type ccs_var_lib_t, ccs_var_log_t; + type ccs_var_run_t, ccs_tmp_t, ccs_conf_t; ') allow $1 ccs_t:process { ptrace signal_perms };