Hi, due to security reasons, I run 'cfservd' from cfengine 2.2.8 under an unprivileged userid. Unfortunately, the responsible logging code in src/log.c contains checks like
| if (LOGGING && IsPrivileged() && !DONTDO) which prevents syslog() to be called. This makes it very difficultly to debug problems. Would it be possible to override the 'IsPrivileged()' call for the cfservd case? Enrico _______________________________________________ Bug-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/bug-cfengine
