From: Arne Fitzenreiter Date: Sun, 29 Sep 2013 20:26:14 +0000 (+0200) Subject: clamav: disable PaX mprotect for freshclam. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=83dfa1d7b2e5946a9405a27dba9b3a81d958baee clamav: disable PaX mprotect for freshclam. --- diff --git a/lfs/clamav b/lfs/clamav index aa225f4db..51febd92c 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -94,8 +94,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) mkdir -p /var/run/clamav chown clamav:clamav /var/run/clamav - # Disable PaX mprotect for clamd + # Disable PaX mprotect for clamd and freshclam paxctl -cm /usr/sbin/clamd + paxctl -cm /usr/bin/freshclam @rm -rf $(DIR_APP) @$(POSTBUILD)