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 CC0421389E2 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 8CED4E08AE; Wed, 3 Dec 2014 12:54:57 +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 2B79BE08A4 for ; Wed, 3 Dec 2014 12:54:56 +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 1DE6C34060E for ; Wed, 3 Dec 2014 12:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565E7B73B 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: <1417596199.c0443c2bf50696969c5534eab62caf5c3fd2d4cd.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/distcc.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c0443c2bf50696969c5534eab62caf5c3fd2d4cd 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: cbfeed7a-4490-41c7-86d5-d0c7605c3f8a X-Archives-Hash: 83b444e1ecaaaf6ae4dcf724d6219b1d commit: c0443c2bf50696969c5534eab62caf5c3fd2d4cd Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:01 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c0443c2b distcc: syntax error in distcc_admin --- policy/modules/contrib/distcc.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/distcc.if b/policy/modules/contrib/distcc.if index 24d8c74..473823d 100644 --- a/policy/modules/contrib/distcc.if +++ b/policy/modules/contrib/distcc.if @@ -20,7 +20,7 @@ interface(`distcc_admin',` gen_require(` type distccd_t, distccd_t, distccd_log_t; - type disccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; + type distccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; ') allow $1 distccd_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 2C7591389E2 for ; Wed, 3 Dec 2014 12:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B63BE0920; Wed, 3 Dec 2014 12:56:33 +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 D103FE0920 for ; Wed, 3 Dec 2014 12:56:32 +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 3C31434067B for ; Wed, 3 Dec 2014 12:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25308B73A 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: <1417596199.c0443c2bf50696969c5534eab62caf5c3fd2d4cd.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/distcc.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c0443c2bf50696969c5534eab62caf5c3fd2d4cd 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: 681ce1f1-609e-46de-a6a7-fef309844f82 X-Archives-Hash: c7fd7c84df30eb694bb3bacd85e250bb Message-ID: <20141203125629._dxYgpmRChjSgqp6nqwGkNsTunqu3QUCCgvtmuwk4Go@z> commit: c0443c2bf50696969c5534eab62caf5c3fd2d4cd Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:01 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c0443c2b distcc: syntax error in distcc_admin --- policy/modules/contrib/distcc.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/distcc.if b/policy/modules/contrib/distcc.if index 24d8c74..473823d 100644 --- a/policy/modules/contrib/distcc.if +++ b/policy/modules/contrib/distcc.if @@ -20,7 +20,7 @@ interface(`distcc_admin',` gen_require(` type distccd_t, distccd_t, distccd_log_t; - type disccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; + type distccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; ') allow $1 distccd_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 DC9F4138ACE for ; Wed, 3 Dec 2014 12:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46FB1E086F; Wed, 3 Dec 2014 12:56:11 +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 C73D1E0894 for ; Wed, 3 Dec 2014 12:56:10 +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 B8C96340631 for ; Wed, 3 Dec 2014 12:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 670F9B73A for ; Wed, 3 Dec 2014 12:56:08 +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: <1417596199.c0443c2bf50696969c5534eab62caf5c3fd2d4cd.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/distcc.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c0443c2bf50696969c5534eab62caf5c3fd2d4cd X-VCS-Branch: userroles Date: Wed, 3 Dec 2014 12:56:08 +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: 5103e621-5668-49dc-a575-314285db0396 X-Archives-Hash: cd18782b4923fe0dd7506bc831836f63 Message-ID: <20141203125608.Uiegydwz07LGNHYIbY6GeSO0aHmHmhcA1j6Ka-653Zc@z> commit: c0443c2bf50696969c5534eab62caf5c3fd2d4cd Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:01 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c0443c2b distcc: syntax error in distcc_admin --- policy/modules/contrib/distcc.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/distcc.if b/policy/modules/contrib/distcc.if index 24d8c74..473823d 100644 --- a/policy/modules/contrib/distcc.if +++ b/policy/modules/contrib/distcc.if @@ -20,7 +20,7 @@ interface(`distcc_admin',` gen_require(` type distccd_t, distccd_t, distccd_log_t; - type disccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; + type distccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t; ') allow $1 distccd_t:process { ptrace signal_perms };