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 2A4D61389E2 for ; Wed, 3 Dec 2014 12:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A837E0923; 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 EFE1BE0923 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 E3E23340643 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 88DC6B740 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.c4c6cf58cad3174b2cd02b7a2734a06901f45007.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/psad.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c4c6cf58cad3174b2cd02b7a2734a06901f45007 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: 42945c0b-42a0-4c8c-8ef0-d68cac61aed1 X-Archives-Hash: a924640ce014bc053b374775f1a18b38 commit: c4c6cf58cad3174b2cd02b7a2734a06901f45007 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:07 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=c4c6cf58 psad: syntax error in psad_admin --- policy/modules/contrib/psad.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/psad.if b/policy/modules/contrib/psad.if index d4dcf78..cdc83d2 100644 --- a/policy/modules/contrib/psad.if +++ b/policy/modules/contrib/psad.if @@ -236,7 +236,7 @@ interface(`psad_admin',` gen_require(` type psad_t, psad_var_run_t, psad_var_log_t; type psad_initrc_exec_t, psad_var_lib_t; - type psad_tmp_t; + type psad_tmp_t, psad_etc_t; ') allow $1 psad_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 AE43B1389E2 for ; Wed, 3 Dec 2014 12:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC71E08C1; Wed, 3 Dec 2014 12:54:59 +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 7FC55E08A4 for ; Wed, 3 Dec 2014 12:54:57 +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 708EF34061B 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 BA039B741 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.c4c6cf58cad3174b2cd02b7a2734a06901f45007.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/psad.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c4c6cf58cad3174b2cd02b7a2734a06901f45007 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: 293025cc-4e68-468e-b945-0331f667a433 X-Archives-Hash: 296e78d06266a132e2cbd0fdfd11d608 Message-ID: <20141203125453.dW9CnkBdlde9hO1x5SZlqrP9000leh3vCGgYW4XrXt8@z> commit: c4c6cf58cad3174b2cd02b7a2734a06901f45007 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:07 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=c4c6cf58 psad: syntax error in psad_admin --- policy/modules/contrib/psad.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/psad.if b/policy/modules/contrib/psad.if index d4dcf78..cdc83d2 100644 --- a/policy/modules/contrib/psad.if +++ b/policy/modules/contrib/psad.if @@ -236,7 +236,7 @@ interface(`psad_admin',` gen_require(` type psad_t, psad_var_run_t, psad_var_log_t; type psad_initrc_exec_t, psad_var_lib_t; - type psad_tmp_t; + type psad_tmp_t, psad_etc_t; ') allow $1 psad_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 E76AF1389E2 for ; Wed, 3 Dec 2014 12:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCEDE08ED; Wed, 3 Dec 2014 12:56:13 +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 8E7E0E08EA for ; Wed, 3 Dec 2014 12:56:12 +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 8D296340631 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 CAC1CB740 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.c4c6cf58cad3174b2cd02b7a2734a06901f45007.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/psad.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c4c6cf58cad3174b2cd02b7a2734a06901f45007 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: 49bc54e9-c279-42fd-ba28-7ad4bf796c0f X-Archives-Hash: 356db510a62ee164c0a090aed64c5774 Message-ID: <20141203125608.d3T1ITHg-lKFIVE262ngW70vshPHxHVrxY7GYiSp0rk@z> commit: c4c6cf58cad3174b2cd02b7a2734a06901f45007 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:07 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=c4c6cf58 psad: syntax error in psad_admin --- policy/modules/contrib/psad.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/psad.if b/policy/modules/contrib/psad.if index d4dcf78..cdc83d2 100644 --- a/policy/modules/contrib/psad.if +++ b/policy/modules/contrib/psad.if @@ -236,7 +236,7 @@ interface(`psad_admin',` gen_require(` type psad_t, psad_var_run_t, psad_var_log_t; type psad_initrc_exec_t, psad_var_lib_t; - type psad_tmp_t; + type psad_tmp_t, psad_etc_t; ') allow $1 psad_t:process { ptrace signal_perms };