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
|
||||
# Avoid logging the changed database
|
||||
sed -i 's|$(TWETC)/tw.pol.*||g' /etc/tripwire/twpol.txt
|
||||
reset-tripwire
|
||||
echo '
|
||||
|
||||
|
||||
' | reset-tripwire
|
||||
|
||||
echo 'intrusion_detection' >> $COMPLETION_FILE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue