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 91EB01389E2 for ; Wed, 3 Dec 2014 12:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254FDE08BF; Wed, 3 Dec 2014 12:55:01 +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 EC500E08BB for ; Wed, 3 Dec 2014 12:54:58 +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 DB962340651 for ; Wed, 3 Dec 2014 12:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08984B745 for ; Wed, 3 Dec 2014 12:54:54 +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: <1417596212.70d7fd9925e72bb51c0fa62de900238385e28781.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/systemtap.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 70d7fd9925e72bb51c0fa62de900238385e28781 X-VCS-Branch: master Date: Wed, 3 Dec 2014 12:54:54 +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: f6a391e8-4835-4980-8235-eb01a898601d X-Archives-Hash: b4d54e5b649bc2fa87c9f2867b817f16 Message-ID: <20141203125454._ICbJrWvZgXjBfKDxyQp0V2q3vXAfXUsDOFPVAK81SU@z> commit: 70d7fd9925e72bb51c0fa62de900238385e28781 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:11 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=70d7fd99 systemtap: syntax error in stapserver_admin --- policy/modules/contrib/systemtap.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/systemtap.if b/policy/modules/contrib/systemtap.if index c755e2d..d60a21e 100644 --- a/policy/modules/contrib/systemtap.if +++ b/policy/modules/contrib/systemtap.if @@ -20,7 +20,7 @@ interface(`stapserver_admin',` gen_require(` type stapserver_t, stapserver_conf_t, stapserver_log_t; - type stap_server_var_run_t, stapserver_initrc_exec_t, stapserver_var_lib_t; + type stapserver_var_run_t, stapserver_initrc_exec_t, stapserver_var_lib_t; ') allow $1 stapserver_t:process { ptrace signal_perms };