mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
logmngr: Fix /dev/log permission to allow all processes to write
This commit is contained in:
parent
e6054d9f8f
commit
60dafc2028
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ create_input_section() {
|
|||
|
||||
append_conf "[INPUT]"
|
||||
append_conf " name syslog"
|
||||
append_conf " unix_perm 0666"
|
||||
append_conf " tag $tag"
|
||||
append_conf " path /dev/log"
|
||||
append_conf ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue