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 36CDC1396D0 for ; Fri, 15 Sep 2017 03:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C967E0D12; 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 574F4E0D0B 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 93B9F33BEAE 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 12B079095 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.e8cb49a7372634a8cadf4b765b6e7dad53c5acb2.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.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e8cb49a7372634a8cadf4b765b6e7dad53c5acb2 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: c6692c5f-cd31-4c12-950c-4c4839c1701b X-Archives-Hash: 5a73b69309735f4bc28318f6c06b94b3 commit: e8cb49a7372634a8cadf4b765b6e7dad53c5acb2 Author: Chris PeBenito ieee org> AuthorDate: Wed Sep 13 23:37:53 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=e8cb49a7 spamassassin: Fix build error. Remove nonexistant interface references. policy/modules/contrib/spamassassin.te | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/policy/modules/contrib/spamassassin.te b/policy/modules/contrib/spamassassin.te index d8aa47a1..2e6cc9ef 100644 --- a/policy/modules/contrib/spamassassin.te +++ b/policy/modules/contrib/spamassassin.te @@ -1,4 +1,4 @@ -policy_module(spamassassin, 2.11.2) +policy_module(spamassassin, 2.11.3) ######################################## # @@ -553,9 +553,6 @@ optional_policy(` allow spamd_gpg_t spamd_var_lib_t:file rw_file_perms; allow spamd_gpg_t spamd_update_tmp_t:file read_file_perms; - # fips - kernel_search_crypto_sysctls(spamd_gpg_t) - domain_use_interactive_fds(spamd_gpg_t) files_read_etc_files(spamd_gpg_t) @@ -565,7 +562,6 @@ optional_policy(` files_search_tmp(spamd_gpg_t) init_use_fds(spamd_gpg_t) - init_rw_inherited_stream_socket(spamd_gpg_t) miscfiles_read_localization(spamd_gpg_t)