mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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:
@@ -8,4 +8,6 @@ logrotate:
|
||||
create
|
||||
extension .log
|
||||
dateext
|
||||
dateyesterday
|
||||
dateyesterday
|
||||
group_conf: |
|
||||
su root socore
|
||||
Reference in New Issue
Block a user