mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
logmngr: Fix /dev/log permission to allow all processes to write
(cherry picked from commit 60dafc2028)
047d345b logmngr: /dev/log permissions should allow all processes to write
Co-authored-by: Husaam Mehdi <husaam.mehdi@iopsys.eu>
This commit is contained in:
parent
1c6e8aaec8
commit
9eee6a59f8
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