mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Initial support for restricting IDH services on MGT IP
This commit is contained in:
@@ -276,10 +276,6 @@ if [[ $is_manager || $is_import ]]; then
|
||||
check_elastic_license
|
||||
fi
|
||||
|
||||
if [[ $is_idh ]]; then
|
||||
collect_idh_services
|
||||
fi
|
||||
|
||||
if ! [[ -f $install_opt_file ]]; then
|
||||
if [[ $is_manager && $is_sensor ]]; then
|
||||
check_requirements "standalone"
|
||||
@@ -327,6 +323,11 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
copy_ssh_key >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
if [[ $is_idh ]]; then
|
||||
collect_idh_services
|
||||
collect_idh_preferences
|
||||
fi
|
||||
|
||||
# Check if this is an airgap install
|
||||
if [[ ( $is_manager || $is_import) && $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
|
||||
Reference in New Issue
Block a user