logmngr: Fix /dev/log permission to allow all processes to write

This commit is contained in:
Husaam Mehdi 2025-09-22 13:27:28 +00:00 committed by IOPSYS Dev
parent e6054d9f8f
commit 60dafc2028
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 ""