mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #14102 from Security-Onion-Solutions/2.4/nav-airgap
Fix folder perm
This commit is contained in:
@@ -49,6 +49,13 @@ navigatorconfig:
|
|||||||
- makedirs: True
|
- makedirs: True
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
|
navigatorlayersdir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/navigator/layers/
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
nginx_sbin:
|
nginx_sbin:
|
||||||
file.recurse:
|
file.recurse:
|
||||||
- name: /usr/sbin
|
- name: /usr/sbin
|
||||||
|
|||||||
@@ -423,11 +423,11 @@ soc:
|
|||||||
intervalMinutes:
|
intervalMinutes:
|
||||||
description: How often to generate the Navigator Layers. (minutes)
|
description: How often to generate the Navigator Layers. (minutes)
|
||||||
global: True
|
global: True
|
||||||
helpLink: navigator.html
|
helpLink: attack-navigator.html
|
||||||
lookbackDays:
|
lookbackDays:
|
||||||
description: How far back to search for ATT&CK-tagged alerts. (days)
|
description: How far back to search for ATT&CK-tagged alerts. (days)
|
||||||
global: True
|
global: True
|
||||||
helpLink: navigator.html
|
helpLink: attack-navigator.html
|
||||||
client:
|
client:
|
||||||
enableReverseLookup:
|
enableReverseLookup:
|
||||||
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
|
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
|
||||||
|
|||||||
Reference in New Issue
Block a user