From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-811370-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8320D138CDB for <garchives@archives.gentoo.org>; Thu, 11 Jun 2015 16:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C51E0921; Thu, 11 Jun 2015 16:04:56 +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 746D3E0921 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:04: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 970AD340D3E for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74409A2F for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:04:51 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" <swift@gentoo.org> Message-ID: <1433859938.746aaebf667236d83d3c427392b2d97c06fc8c59.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/logrotate.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 746aaebf667236d83d3c427392b2d97c06fc8c59 X-VCS-Branch: swift Date: Thu, 11 Jun 2015 16:04:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff078e04-0613-4fe0-960b-c914dd0a8e5f X-Archives-Hash: a92ff3fa4da9a6f83177ec0a767e559d Message-ID: <20150611160451.AYJoJGy-ORFO7nNb34lRDjHoVvp31miIVOLe-uw5KxQ@z> commit: 746aaebf667236d83d3c427392b2d97c06fc8c59 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Tue Jun 9 14:25:38 2015 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Tue Jun 9 14:25:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=746aaebf Make fail2ban call an optional one policy/modules/contrib/logrotate.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/logrotate.te b/policy/modules/contrib/logrotate.te index 7b302cc..311defd 100644 --- a/policy/modules/contrib/logrotate.te +++ b/policy/modules/contrib/logrotate.te @@ -254,5 +254,7 @@ logging_read_all_logs(logrotate_mail_t) ifdef(`distro_gentoo',` # Fix bug 534256 - fail2ban installs a logrotate file that calls fail2ban-client so allow transition - fail2ban_domtrans_client(logrotate_t) + optional_policy(` + fail2ban_domtrans_client(logrotate_t) + ') ')