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 475FE1382C5 for ; Sun, 7 Feb 2021 03:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9654AE08F4; Sun, 7 Feb 2021 03:21:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 81072E08F4 for ; Sun, 7 Feb 2021 03:21:22 +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 B4D7C34387A for ; Sun, 7 Feb 2021 03:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 023904C3 for ; Sun, 7 Feb 2021 03:21:19 +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: <1612667091.e12b82af4a4be9fab7e8b892e8891995abe7868e.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/clamav.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e12b82af4a4be9fab7e8b892e8891995abe7868e X-VCS-Branch: master Date: Sun, 7 Feb 2021 03:21:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0acdcaf-e825-4a6a-8912-5cc6dcbad2cf X-Archives-Hash: c5cf5c25b893e116df604b116a1d5da5 commit: e12b82af4a4be9fab7e8b892e8891995abe7868e Author: Jason Zaman gentoo org> AuthorDate: Sun Feb 7 01:52:28 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 7 03:04:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e12b82af clamav: Drop conflicting gentoo-specific rule Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/clamav.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/policy/modules/services/clamav.te b/policy/modules/services/clamav.te index c64942f4..691210ef 100644 --- a/policy/modules/services/clamav.te +++ b/policy/modules/services/clamav.te @@ -321,7 +321,3 @@ tunable_policy(`clamav_read_all_non_security_files_clamscan',` optional_policy(` mta_send_mail(clamscan_t) ') - -ifdef(`distro_gentoo',` - init_daemon_runtime_file(clamd_runtime_t, dir, "clamav") -')