mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
* 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
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
logrotate:
|
|
conf: |
|
|
daily
|
|
rotate 14
|
|
missingok
|
|
copytruncate
|
|
compress
|
|
create
|
|
extension .log
|
|
dateext
|
|
dateyesterday
|
|
group_conf: |
|
|
su root socore |