Don't require user input to reset the tripwire
This commit is contained in:
parent
6338256a27
commit
4c4d36a4d6
|
@ -9881,7 +9881,10 @@ function intrusion_detection {
|
||||||
fi
|
fi
|
||||||
# Avoid logging the changed database
|
# Avoid logging the changed database
|
||||||
sed -i 's|$(TWETC)/tw.pol.*||g' /etc/tripwire/twpol.txt
|
sed -i 's|$(TWETC)/tw.pol.*||g' /etc/tripwire/twpol.txt
|
||||||
reset-tripwire
|
echo '
|
||||||
|
|
||||||
|
|
||||||
|
' | reset-tripwire
|
||||||
|
|
||||||
echo 'intrusion_detection' >> $COMPLETION_FILE
|
echo 'intrusion_detection' >> $COMPLETION_FILE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue