From 23d7e01eeecff07f05af09755ebf18acbf927c8c Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sat, 31 Dec 2016 03:02:32 +0100 Subject: [PATCH] temporarily disabling the auditd role I'm not sure this role ever worked as intended. Let's just pretend it doesn't exist until we rewrite it with go-audit in #16 --- algo | 6 ------ 1 file changed, 6 deletions(-) diff --git a/algo b/algo index 22f181a4..5d49776d 100755 --- a/algo +++ b/algo @@ -44,12 +44,6 @@ Do you want to apply operating system security enhancements on the server? security_enabled=${security_enabled:-n} if [[ "$security_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" security"; fi -read -p " -Do you want to use auditd for security monitoring? (requires configuration in config.cfg) -[y/N]: " -r logging_enabled -logging_enabled=${logging_enabled:-n} -if [[ "$logging_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" logging"; fi - read -p " Do you want the VPN to support Windows 10 clients? (requires RSA certificates and key exchange, less secure) [y/N]: " -r Win10_Enabled