mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update so-functions
assign proper hostgroups for setup
This commit is contained in:
@@ -2314,8 +2314,8 @@ set_initial_firewall_access() {
|
||||
so-firewall includehost analyst $ALLOW_CIDR --apply
|
||||
fi
|
||||
if [[ ! -z "$MINION_CIDR" ]]; then
|
||||
so-firewall includehost sensors $MINION_CIDR
|
||||
so-firewall includehost searchnodes $MINION_CIDR --apply
|
||||
so-firewall includehost sensor $MINION_CIDR
|
||||
so-firewall includehost searchnode $MINION_CIDR --apply
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user