mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
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:
parent
969de00ae8
commit
23d8a06039
1 changed files with 0 additions and 6 deletions
6
algo
6
algo
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue