mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
[fix] Hard code NIDS to Suricata since Snort is not yet supported
This commit is contained in:
@@ -305,7 +305,6 @@ fi
|
||||
|
||||
# Start user prompts
|
||||
|
||||
|
||||
if [[ $is_helix || $is_sensor ]]; then
|
||||
whiptail_sensor_nics
|
||||
fi
|
||||
@@ -325,7 +324,9 @@ fi
|
||||
if [[ $is_manager && ! $is_eval ]]; then
|
||||
whiptail_manager_adv
|
||||
whiptail_zeek_version
|
||||
whiptail_nids
|
||||
# Don't run this function for now since Snort is not yet supported
|
||||
# whiptail_nids
|
||||
NIDS=Suricata
|
||||
whiptail_rule_setup
|
||||
|
||||
if [ "$RULESETUP" != 'ETOPEN' ]; then
|
||||
|
||||
Reference in New Issue
Block a user