Skip to content

Commit

Permalink
Fix folder perm
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Jan 10, 2025
1 parent bcb92b6 commit dcdf31e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions salt/nginx/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions salt/soc/soc_soc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dcdf31e

Please sign in to comment.