made rkhunter create a local file per suggestions
This commit is contained in:
parent
3701676304
commit
5265839681
|
@ -130,7 +130,7 @@ cd rkhunter*
|
|||
./installer.sh --layout /usr --install
|
||||
cd ..
|
||||
rm -rf rkhunter*
|
||||
cp conf/rkhunter/rkhunter.conf /etc/rkhunter.conf
|
||||
cp conf/rkhunter/rkhunter.conf /etc/rkhunter.conf.local
|
||||
sed -i '/APT_AUTOGEN="false"/c\APT_AUTOGEN="yes"' /etc/default/rkhunter
|
||||
rkhunter --propupd
|
||||
(crontab -l 2>/dev/null; echo "15 04 * * * /usr/bin/rkhunter --cronjob --update --quiet
|
||||
|
|
Loading…
Reference in New Issue