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 EB4401389E2 for ; Tue, 25 Nov 2014 20:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6197EE088C; Tue, 25 Nov 2014 20:49:29 +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 434B0E087C for ; Tue, 25 Nov 2014 20:49:28 +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 3BA9633FEC9 for ; Tue, 25 Nov 2014 20:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73032AE81 for ; Tue, 25 Nov 2014 20:49:24 +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: <1416948532.d2d4a1b280906dd00a21c4887437c44a855d48c5.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/ftp.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d2d4a1b280906dd00a21c4887437c44a855d48c5 X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 20:49:24 +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: 10611160-fa06-418f-b1a7-2d45a83e270c X-Archives-Hash: eb9352b1656f669d935e875bf21c293d commit: d2d4a1b280906dd00a21c4887437c44a855d48c5 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:09:28 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 20:48:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d2d4a1b2 ftp: syntax error in ftp_admin --- policy/modules/contrib/ftp.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/ftp.if b/policy/modules/contrib/ftp.if index 4498143..65adda9 100644 --- a/policy/modules/contrib/ftp.if +++ b/policy/modules/contrib/ftp.if @@ -179,7 +179,7 @@ interface(`ftp_admin',` type ftpd_keytab_t; ') - allow $1 { ftpd_t ftpdctl_t sftpd_t anon_sftpd }:process { ptrace signal_perms }; + allow $1 { ftpd_t ftpdctl_t sftpd_t anon_sftpd_t }:process { ptrace signal_perms }; ps_process_pattern($1, { ftpd_t ftpdctl_t sftpd_t anon_sftpd_t }) init_labeled_script_domtrans($1, ftpd_initrc_exec_t)