From fcc1337e1ad37170d962dde14f9aa84f537f7199 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 25 May 2023 07:51:08 -0400 Subject: [PATCH 1/2] Update README.md for Beta 3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e248f3453..fc302d2a8 100644 --- a/README.md +++ b/README.md @@ -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 From 9552510c7d986f66a5db4ce71e29995981988b1f Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 25 May 2023 10:43:47 -0400 Subject: [PATCH 2/2] Update so-functions assign proper hostgroups for setup --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 86ff5f5b0..6d67e2f24 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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 }