mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-22 00:43:09 +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
|
# Start user prompts
|
||||||
|
|
||||||
|
|
||||||
if [[ $is_helix || $is_sensor ]]; then
|
if [[ $is_helix || $is_sensor ]]; then
|
||||||
whiptail_sensor_nics
|
whiptail_sensor_nics
|
||||||
fi
|
fi
|
||||||
@@ -325,7 +324,9 @@ fi
|
|||||||
if [[ $is_manager && ! $is_eval ]]; then
|
if [[ $is_manager && ! $is_eval ]]; then
|
||||||
whiptail_manager_adv
|
whiptail_manager_adv
|
||||||
whiptail_zeek_version
|
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
|
whiptail_rule_setup
|
||||||
|
|
||||||
if [ "$RULESETUP" != 'ETOPEN' ]; then
|
if [ "$RULESETUP" != 'ETOPEN' ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user