mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
clamav: move initscripts to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
This commit is contained in:
@@ -95,7 +95,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
rm -rfv /usr/share/clamav/*.cvd
|
rm -rfv /usr/share/clamav/*.cvd
|
||||||
mkdir -p /var/run/clamav
|
mkdir -p /var/run/clamav
|
||||||
chown clamav:clamav /var/run/clamav
|
chown clamav:clamav /var/run/clamav
|
||||||
|
#install initscripts
|
||||||
|
$(call INSTALL_INITSCRIPT,clamav)
|
||||||
# Disable PaX mprotect for clamd, clamscan and freshclam
|
# Disable PaX mprotect for clamd, clamscan and freshclam
|
||||||
paxctl -cm /usr/sbin/clamd
|
paxctl -cm /usr/sbin/clamd
|
||||||
paxctl -cm /usr/bin/clamscan
|
paxctl -cm /usr/bin/clamscan
|
||||||
|
|||||||
Reference in New Issue
Block a user