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
This commit is contained in:
Dan Guido 2016-12-31 03:02:32 +01:00 committed by GitHub
parent 969de00ae8
commit 23d8a06039

6
algo
View file

@ -44,12 +44,6 @@ Do you want to apply operating system security enhancements on the server?
security_enabled=${security_enabled:-n} security_enabled=${security_enabled:-n}
if [[ "$security_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" security"; fi 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 " read -p "
Do you want the VPN to support Windows 10 clients? (requires RSA certificates and key exchange, less secure) Do you want the VPN to support Windows 10 clients? (requires RSA certificates and key exchange, less secure)
[y/N]: " -r Win10_Enabled [y/N]: " -r Win10_Enabled