Skip to content

Commit

Permalink
Disable yara rules
Browse files Browse the repository at this point in the history
Causes clam to crash


Former-commit-id: 5db62c2 [formerly aac080f]
Former-commit-id: 193e129
  • Loading branch information
shawniverson committed Jan 2, 2019
1 parent 97310f6 commit eba8259
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sed -i '/^ExecStart=/ c\ExecStart=/usr/sbin/clamav-unofficial-sigs.sh' /usr/lib/
sed -i '/^WantedBy=/ c\[email protected]' /usr/lib/systemd/system/clamav-unofficial-sigs.timer
sed -i '/^clamd_restart_opt=/ c\clamd_restart_opt="systemctl restart clamd@scan"' /etc/clamav-unofficial-sigs/os.conf
sed -i '/^clamd_reload_opt=/ c\clamd_reload_opt=="clamdscan --config-file=/etc/clamd.d/scan.conf --reload"' /etc/clamav-unofficial-sigs/os.conf
sed -i '/^yararulesproject_enabled=/ c\yararulesproject_enabled="no" # Yara-Rule Project, disabled since it does not play nice with clamav' /etc/clamav-unofficial-sigs/master.conf

#-----------------------------------------------------------------------------#
# Finalize the installation
Expand Down

0 comments on commit eba8259

Please sign in to comment.