mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 15:37:51 +02:00
Setup Script - Remove some questions for eval mode
This commit is contained in:
+3
-5
@@ -1297,14 +1297,9 @@ if (whiptail_you_sure); then
|
|||||||
# Select which NICs are in the bond
|
# Select which NICs are in the bond
|
||||||
whiptail_bond_nics
|
whiptail_bond_nics
|
||||||
|
|
||||||
# Set the NIDS to suricata
|
|
||||||
whiptail_nids
|
|
||||||
|
|
||||||
whiptail_bro_version
|
|
||||||
# Snag the HOME_NET
|
# Snag the HOME_NET
|
||||||
whiptail_homenet_master
|
whiptail_homenet_master
|
||||||
|
|
||||||
whiptail_sensor_config
|
|
||||||
# Set a bunch of stuff since this is eval
|
# Set a bunch of stuff since this is eval
|
||||||
es_heapsize
|
es_heapsize
|
||||||
ls_heapsize
|
ls_heapsize
|
||||||
@@ -1315,6 +1310,9 @@ if (whiptail_you_sure); then
|
|||||||
LSINPUTTHREADS=1
|
LSINPUTTHREADS=1
|
||||||
LSINPUTBATCHCOUNT=125
|
LSINPUTBATCHCOUNT=125
|
||||||
RULESETUP=ETOPEN
|
RULESETUP=ETOPEN
|
||||||
|
NSMSETUP=BASIC
|
||||||
|
NIDS=Suricata
|
||||||
|
BROVERSION=COMMUNITY
|
||||||
whiptail_make_changes
|
whiptail_make_changes
|
||||||
get_main_ip
|
get_main_ip
|
||||||
# Add the user so we can sit back and relax
|
# Add the user so we can sit back and relax
|
||||||
|
|||||||
Reference in New Issue
Block a user