Merge remote-tracking branch 'origin/2.4/dev' into issue/10229

This commit is contained in:
m0duspwnens
2023-05-25 11:04:04 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
## Security Onion 2.4 Beta 2 ## Security Onion 2.4 Beta 3
Security Onion 2.4 Beta 2 is here! Security Onion 2.4 Beta 3 is here!
## Screenshots ## Screenshots

View File

@@ -2314,8 +2314,8 @@ set_initial_firewall_access() {
so-firewall includehost analyst $ALLOW_CIDR --apply so-firewall includehost analyst $ALLOW_CIDR --apply
fi fi
if [[ ! -z "$MINION_CIDR" ]]; then if [[ ! -z "$MINION_CIDR" ]]; then
so-firewall includehost sensors $MINION_CIDR so-firewall includehost sensor $MINION_CIDR
so-firewall includehost searchnodes $MINION_CIDR --apply so-firewall includehost searchnode $MINION_CIDR --apply
fi fi
} }