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 E145E1389E2 for ; Wed, 3 Dec 2014 12:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FB31E08F0; Wed, 3 Dec 2014 12:56:15 +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 898E2E08F0 for ; Wed, 3 Dec 2014 12:56:13 +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 A382E34065D for ; Wed, 3 Dec 2014 12:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4BFB744 for ; Wed, 3 Dec 2014 12:56:09 +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:userroles 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: userroles Date: Wed, 3 Dec 2014 12:56:09 +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: 40fecc38-a6de-41c4-9051-4f9519733a4f X-Archives-Hash: 319335c084fa6ebe686fae382380b916 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 }; 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 }; 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 C3B0F1389E2 for ; Wed, 3 Dec 2014 12:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4EAE092A; Wed, 3 Dec 2014 12:56:35 +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 141AEE092A for ; Wed, 3 Dec 2014 12:56:34 +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 E3D5E34060E for ; Wed, 3 Dec 2014 12:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD9BB744 for ; Wed, 3 Dec 2014 12:56:29 +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:adminroles 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: adminroles Date: Wed, 3 Dec 2014 12:56:29 +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: 3d02ed9f-f7c0-4401-b143-6ba78dc50968 X-Archives-Hash: 460516997a3f16f4c5b52f0c3966e177 Message-ID: <20141203125629.zrQbVNX9giBCLqV_fj8reMcU2QGqGVarWdrKC_SU6Oo@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 };