mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-24 07:37:04 +00:00
add ignore file for chkrootkit
This commit is contained in:
parent
2973307cf8
commit
575e5144d5
1
conf/chkrootkit.ignore
Normal file
1
conf/chkrootkit.ignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
^eth[0-9]{1}: PACKET SNIFFER\(\/usr\/lib\/systemd\/systemd-networkd\[[0-9]+\]\)$
|
@ -48,10 +48,13 @@ tools/editconf.py /etc/default/rkhunter \
|
|||||||
CRON_DB_UPDATE='"true"' \
|
CRON_DB_UPDATE='"true"' \
|
||||||
APT_AUTOGEN='"true"'
|
APT_AUTOGEN='"true"'
|
||||||
|
|
||||||
|
hide_output install -m 644 conf/chkrootkit.ignore /etc/
|
||||||
|
|
||||||
tools/editconf.py /etc/chkrootkit.conf \
|
tools/editconf.py /etc/chkrootkit.conf \
|
||||||
RUN_DAILY='"true"' \
|
RUN_DAILY='"true"' \
|
||||||
DIFF_MODE='"true"'
|
DIFF_MODE='"true"' \
|
||||||
|
IGNORE_FILE="/etc/chkrootkit.ignore"
|
||||||
|
|
||||||
# Should be last, update expected output
|
# Should be last, update expected output
|
||||||
rkhunter --propupd
|
rkhunter --propupd
|
||||||
chkrootkit -q > /var/log/chkrootkit/log.expected
|
chkrootkit -q | egrep -v -f /etc/chkrootkit.ignore > /var/log/chkrootkit/log.expected
|
||||||
|
Loading…
Reference in New Issue
Block a user