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 C50CC1389E2 for ; Wed, 3 Dec 2014 12:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FDFE08BD; Wed, 3 Dec 2014 12:55:00 +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 E4285E08BA 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 DB103340643 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 3A226B748 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: <1417596213.023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014.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/zabbix.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 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: 91ec1f6f-243a-4597-a2fa-903fec63d541 X-Archives-Hash: eabe71b9b3f956458c2e71be4a906c4d commit: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:14 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=023ffc02 zabbix: syntax error in zabbix_admin --- policy/modules/contrib/zabbix.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/zabbix.if b/policy/modules/contrib/zabbix.if index dd63de0..29d87d7 100644 --- a/policy/modules/contrib/zabbix.if +++ b/policy/modules/contrib/zabbix.if @@ -138,9 +138,9 @@ interface(`zabbix_agent_tcp_connect',` # interface(`zabbix_admin',` gen_require(` - type zabbix_t, zabbix_log_t, zabbix_var_run_t; - type zabbix_initrc_exec_t, zabbit_agent_initrc_exec_t, zabbix_tmp_t; - type zabbit_tmpfs_t; + type zabbix_t, zabbix_agent_t, zabbix_log_t, zabbix_var_run_t; + type zabbix_initrc_exec_t, zabbix_agent_initrc_exec_t, zabbix_tmp_t; + type zabbix_tmpfs_t; ') allow $1 { zabbix_t zabbix_agent_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 B350F1389E2 for ; Wed, 3 Dec 2014 12:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6BAFE094B; Wed, 3 Dec 2014 12:56:38 +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 E8E5EE0934 for ; Wed, 3 Dec 2014 12:56:36 +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 CF3903405E9 for ; Wed, 3 Dec 2014 12:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095DBB747 for ; Wed, 3 Dec 2014 12:56:30 +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: <1417596213.023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014.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/zabbix.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 X-VCS-Branch: adminroles Date: Wed, 3 Dec 2014 12:56:30 +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: 1caf5fe1-de39-40cc-8712-55ca61cb6f58 X-Archives-Hash: 8530044ac00e9c473c8efadf39eb6ea3 Message-ID: <20141203125630.ksUOcdcvayA13R2giraRCjTWXJX1n1s6J7PGNCSSxC4@z> commit: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:14 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=023ffc02 zabbix: syntax error in zabbix_admin --- policy/modules/contrib/zabbix.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/zabbix.if b/policy/modules/contrib/zabbix.if index dd63de0..29d87d7 100644 --- a/policy/modules/contrib/zabbix.if +++ b/policy/modules/contrib/zabbix.if @@ -138,9 +138,9 @@ interface(`zabbix_agent_tcp_connect',` # interface(`zabbix_admin',` gen_require(` - type zabbix_t, zabbix_log_t, zabbix_var_run_t; - type zabbix_initrc_exec_t, zabbit_agent_initrc_exec_t, zabbix_tmp_t; - type zabbit_tmpfs_t; + type zabbix_t, zabbix_agent_t, zabbix_log_t, zabbix_var_run_t; + type zabbix_initrc_exec_t, zabbix_agent_initrc_exec_t, zabbix_tmp_t; + type zabbix_tmpfs_t; ') allow $1 { zabbix_t zabbix_agent_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 5679C1389E2 for ; Wed, 3 Dec 2014 12:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71A5E0913; Wed, 3 Dec 2014 12:56:16 +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 84327E08FC for ; Wed, 3 Dec 2014 12:56:14 +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 3C45C340669 for ; Wed, 3 Dec 2014 12:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CC2AB747 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: <1417596213.023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014.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/zabbix.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 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: b7413b9c-9285-4e3c-9482-3eb4adeeaf87 X-Archives-Hash: 5ad73c6afae89d595117e71b3e26c2c4 Message-ID: <20141203125609.glbbslY4mzEl1f_ho0RERdR9CfWB1mrJFJbHYJ5rJuQ@z> commit: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:14 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=023ffc02 zabbix: syntax error in zabbix_admin --- policy/modules/contrib/zabbix.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/zabbix.if b/policy/modules/contrib/zabbix.if index dd63de0..29d87d7 100644 --- a/policy/modules/contrib/zabbix.if +++ b/policy/modules/contrib/zabbix.if @@ -138,9 +138,9 @@ interface(`zabbix_agent_tcp_connect',` # interface(`zabbix_admin',` gen_require(` - type zabbix_t, zabbix_log_t, zabbix_var_run_t; - type zabbix_initrc_exec_t, zabbit_agent_initrc_exec_t, zabbix_tmp_t; - type zabbit_tmpfs_t; + type zabbix_t, zabbix_agent_t, zabbix_log_t, zabbix_var_run_t; + type zabbix_initrc_exec_t, zabbix_agent_initrc_exec_t, zabbix_tmp_t; + type zabbix_tmpfs_t; ') allow $1 { zabbix_t zabbix_agent_t }:process { ptrace signal_perms };