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 1489D1389E2 for ; Tue, 25 Nov 2014 19:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76CEAE0838; Tue, 25 Nov 2014 19:49:24 +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 EFE53E0838 for ; Tue, 25 Nov 2014 19:49:23 +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 DD9223405A0 for ; Tue, 25 Nov 2014 19:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84597AE72 for ; Tue, 25 Nov 2014 19:49:21 +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: <1416944941.35090387bc1524af4521330b61f972f5b840e0fd.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: 35090387bc1524af4521330b61f972f5b840e0fd X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 19:49:21 +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: 0869a428-6bd3-4a29-8afc-2aab819f8f4e X-Archives-Hash: 65fba45de143f74f37b60731ff901358 commit: 35090387bc1524af4521330b61f972f5b840e0fd Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 19:40:10 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 19:49:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=35090387 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 };