clamav: milter: Remove deprecated AllowSupplementaryGroups option
authorPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 17:52:13 +0000 (19:52 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 27 Oct 2024 22:59:04 +0000 (15:59 -0700)
clamav-milter 1.3.0 and onward log:

WARNING: Ignoring deprecated option AllowSupplementaryGroups at /tmp/clamav/clamav-milter.conf:5

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
net/clamav/files/clamav-milter.config
net/clamav/files/clamav-milter.init

index b9d2fd41914aeef84fc0778896cbf56003478478..7db1bf2643736c893eafee75510aa1b47281cdeb 100644 (file)
@@ -4,7 +4,6 @@ config clamav-milter 'clamav_milter'
        option PidFile '/var/run/clamav/clamav-milter.pid'
        option User 'nobody'
        option MilterSocketGroup 'nogroup'
-       option AllowSupplementaryGroups 'true'
        option ReadTimeout '120'
        option OnClean 'Accept'
        option OnInfected 'Quarantine'
index a4a0fdec5de24e3aeff8ecf8a104b55918f223fc..4b0a94a504207994c2026dbfa0e12a82d310e72f 100644 (file)
@@ -15,7 +15,6 @@ validate_clamav_milter_section() {
                'PidFile:string' \
                'User:string' \
                'MilterSocketGroup:string' \
-               'AllowSupplementaryGroups:string' \
                'ReadTimeout:uinteger' \
                'OnClean:string' \
                'OnInfected:string' \
@@ -55,7 +54,6 @@ start_clamav_milter_instance() {
        echo "PidFile " "$PidFile"
        echo "User " "$User"
        echo "MilterSocketGroup " "$MilterSocketGroup"
-       echo "AllowSupplementaryGroups " "$AllowSupplementaryGroups"
        echo "ReadTimeout " "$ReadTimeout"
        echo "OnClean " "$OnClean"
        echo "OnInfected " "$OnInfected"