-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12353 from Security-Onion-Solutions/2.4/dev
2.4.50
- Loading branch information
Showing
70 changed files
with
247,196 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.40 | ||
2.4.50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,70 @@ | ||
# Sync some Utilities | ||
soup_scripts: | ||
file.recurse: | ||
- name: /usr/sbin | ||
- user: root | ||
- group: root | ||
- file_mode: 755 | ||
- source: salt://common/tools/sbin | ||
- include_pat: | ||
- so-common | ||
- so-image-common | ||
|
||
soup_manager_scripts: | ||
file.recurse: | ||
- name: /usr/sbin | ||
- user: root | ||
- group: root | ||
- file_mode: 755 | ||
- source: salt://manager/tools/sbin | ||
- include_pat: | ||
- so-firewall | ||
- so-repo-sync | ||
- soup | ||
{% import_yaml '/opt/so/saltstack/local/pillar/global/soc_global.sls' as SOC_GLOBAL %} | ||
{% if SOC_GLOBAL.global.airgap %} | ||
{% set UPDATE_DIR='/tmp/soagupdate/SecurityOnion' %} | ||
{% else %} | ||
{% set UPDATE_DIR='/tmp/sogh/securityonion' %} | ||
{% endif %} | ||
|
||
remove_common_soup: | ||
file.absent: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/soup | ||
|
||
remove_common_so-firewall: | ||
file.absent: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-firewall | ||
|
||
copy_so-common_common_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-image-common_common_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-image-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-image-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_soup_manager_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/soup | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/soup | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-firewall_manager_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/so-firewall | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-firewall | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-common_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-image-common_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-image-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-image-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_soup_sbin: | ||
file.copy: | ||
- name: /usr/sbin/soup | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/soup | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-firewall_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-firewall | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-firewall | ||
- force: True | ||
- preserve: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.