mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-27 02:13:30 +01:00
[fix] Log directory fixes
* The playbook log dir is owned by the socore group, so we can use `su root socore` * Addresses https://github.com/Security-Onion-Solutions/securityonion/pull/2681#issuecomment-767761670 --- * influxdb runs as root, so we can set the log directory permissions to 755 for this service
This commit is contained in:
@@ -17,7 +17,7 @@ influxconfdir:
|
||||
influxlogdir:
|
||||
file.directory:
|
||||
- name: /opt/so/log/influxdb
|
||||
- dir_mode: 775
|
||||
- dir_mode: 755
|
||||
- user: 939
|
||||
- group: 939
|
||||
- makedirs: True
|
||||
|
||||
Reference in New Issue
Block a user