From 209293f322ac95b190cb5dc6fb9154e88d68d868 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Thu, 9 Feb 2023 09:32:18 +0700 Subject: [PATCH] Add preseed for tripwire tripwire comes as a Recommends of tiger, itself a Depends of kali-tools-identify. It needs to be heavily pre-seeded, otherwise it's very chatty. --- kali-config/common/includes.installer/preseed.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kali-config/common/includes.installer/preseed.cfg b/kali-config/common/includes.installer/preseed.cfg index 0725ccf..848fede 100644 --- a/kali-config/common/includes.installer/preseed.cfg +++ b/kali-config/common/includes.installer/preseed.cfg @@ -61,3 +61,11 @@ kismet-capture-common kismet-capture-common/install-setuid boolean true wireshark-common wireshark-common/install-setuid boolean true sslh sslh/inetd_or_standalone select standalone atftpd atftpd/use_inetd boolean false + +# Defensive packages +tripwire tripwire/installed boolean true +tripwire tripwire/installed seen true +tripwire tripwire/rebuild-config boolean false +tripwire tripwire/rebuild-policy boolean false +tripwire tripwire/use-localkey boolean false +tripwire tripwire/use-sitekey boolean false