Fix folder perm

This commit is contained in:
Joshua Brower
2025-01-10 16:15:17 -05:00
parent bcb92b63e3
commit dcdf31eee8
2 changed files with 9 additions and 2 deletions

View File

@@ -49,6 +49,13 @@ navigatorconfig:
- makedirs: True
- template: jinja
navigatorlayersdir:
file.directory:
- name: /opt/so/conf/navigator/layers/
- user: 939
- group: 939
- makedirs: True
nginx_sbin:
file.recurse:
- name: /usr/sbin

View File

@@ -423,11 +423,11 @@ soc:
intervalMinutes:
description: How often to generate the Navigator Layers. (minutes)
global: True
helpLink: navigator.html
helpLink: attack-navigator.html
lookbackDays:
description: How far back to search for ATT&CK-tagged alerts. (days)
global: True
helpLink: navigator.html
helpLink: attack-navigator.html
client:
enableReverseLookup:
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.