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 21AE11389E2 for ; Wed, 3 Dec 2014 12:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A032E089D; Wed, 3 Dec 2014 12:54:56 +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 D9D1FE089F for ; Wed, 3 Dec 2014 12:54:55 +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 8CE223405E7 for ; Wed, 3 Dec 2014 12:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34E4DB739 for ; Wed, 3 Dec 2014 12:54:53 +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: <1417596180.cf39871364351cf39081d785e73b26131b8221db.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master 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: cf39871364351cf39081d785e73b26131b8221db X-VCS-Branch: master Date: Wed, 3 Dec 2014 12:54:53 +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: 6ba23e72-538f-421e-b079-8aa3f9aa7ece X-Archives-Hash: ed99ca3d4213bba15a953b5fcf0e720c Message-ID: <20141203125453.v8Tocp__cJYzIfoRItPC7R07f15n4Uly_2_p4QYRcpw@z> commit: cf39871364351cf39081d785e73b26131b8221db Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:38:59 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cf398713 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 };