Firewall Changes

This commit is contained in:
Mike Reeves
2022-09-22 16:54:57 -04:00
parent 81f79c3a02
commit f9c77900ae
3 changed files with 9 additions and 2 deletions

View File

@@ -2180,6 +2180,12 @@ set_initial_firewall_policy() {
fi
}
set_initial_firewall_access() {
if [[ ! -z "$ALLOW_CIDR" ]]
$default_salt_dir/salt/common/tools/sbin/so-firewall --role=analyst --ip=$ALLOW_CIDR --apply=true
fi
}
# Set up the management interface on the ISO
set_management_interface() {
title "Setting up the main interface"