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:
Vivek Dutta 2025-09-22 18:58:16 +05:30 committed by IOPSYS Dev
parent 1c6e8aaec8
commit 9eee6a59f8
No known key found for this signature in database

View file

@ -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 ""