clamav update

updated supplementary groups
This commit is contained in:
Jerry.Benton 2016-05-11 09:12:42 -04:00
parent 2b416f0923
commit bc9ab02790

View file

@ -240,7 +240,7 @@ fi
# allow supplementary groups
CAVOLD='^#AllowSupplementaryGroups.*';
CAVNEW='AllowSupplementaryGroups yes';
CAVNEW='AllowSupplementaryGroups true';
if [ -f '/etc/clamav/clamd.conf' ]; then
sed -i "s/${CAVOLD}/${CAVNEW}/g" /etc/clamav/clamd.conf
fi