From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 362E91396D0 for ; Fri, 15 Sep 2017 03:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97409E0CEB; Fri, 15 Sep 2017 03:42:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 757B3E0CEB for ; Fri, 15 Sep 2017 03:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B041633D3CE for ; Fri, 15 Sep 2017 03:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266019096 for ; Fri, 15 Sep 2017 03:42:44 +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: <1505417685.59aea5a7886d7d1a1d975048b9f0478dca29ad81.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/spamassassin.if policy/modules/contrib/spamassassin.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 59aea5a7886d7d1a1d975048b9f0478dca29ad81 X-VCS-Branch: master Date: Fri, 15 Sep 2017 03:42:44 +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: 107d4e0a-1eae-4322-88d9-14ce9def0621 X-Archives-Hash: 7d2962e44525398a2e3780aeff4db44f commit: 59aea5a7886d7d1a1d975048b9f0478dca29ad81 Author: Chris PeBenito ieee org> AuthorDate: Thu Sep 14 00:00:28 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Sep 14 19:34:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=59aea5a7 spamassassin: Add missing requirement in spamassassin_admin(). policy/modules/contrib/spamassassin.if | 2 +- policy/modules/contrib/spamassassin.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/spamassassin.if b/policy/modules/contrib/spamassassin.if index 9d835e6e..75550eec 100644 --- a/policy/modules/contrib/spamassassin.if +++ b/policy/modules/contrib/spamassassin.if @@ -405,7 +405,7 @@ interface(`spamassassin_admin',` type spamd_t, spamd_tmp_t, spamd_log_t; type spamd_spool_t, spamd_var_lib_t, spamd_var_run_t; type spamd_initrc_exec_t, spamassassin_unit_t; - type spamd_gpg_t, spamd_update_t; + type spamd_gpg_t, spamd_update_t, spamd_update_tmp_t; ') admin_process_pattern($1, { spamd_t spamd_gpg_t spamd_update_t }) diff --git a/policy/modules/contrib/spamassassin.te b/policy/modules/contrib/spamassassin.te index 2e6cc9ef..9bc81030 100644 --- a/policy/modules/contrib/spamassassin.te +++ b/policy/modules/contrib/spamassassin.te @@ -1,4 +1,4 @@ -policy_module(spamassassin, 2.11.3) +policy_module(spamassassin, 2.11.4) ######################################## #