From de77494415ae8c169949d13ed0df0af3b1949b54 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Apr 2011 18:23:42 +0200 Subject: bugfix: do not open files with full privileges, if privs will be dropped This make the privilege drop code more bulletproof, but breaks Ubuntu's work-around for log files created by external programs with the wrong user and/or group. Note that it was long said that this "functionality" would break once we go for serious privilege drop code, so hopefully nobody still depends on it (and, if so, they lost...). --- doc/rsconf1_omfileforcechown.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/rsconf1_omfileforcechown.html') diff --git a/doc/rsconf1_omfileforcechown.html b/doc/rsconf1_omfileforcechown.html index 7415a6f6..a680810b 100644 --- a/doc/rsconf1_omfileforcechown.html +++ b/doc/rsconf1_omfileforcechown.html @@ -8,7 +8,10 @@

$omfileForceChown

Type: global configuration directive

Parameter Values: boolean (on/off, yes/no)

-

Available since: 4.7.0+, 5.3.0+

+

Available: 4.7.0+, 5.3.0-5.8.x, NOT available in 5.9.x or higher

+

Note: this directive has been removed and is no longer available. The +documentation is currently being retained for historical reaons. Expect +it to go away at some later stage as well.

Default: off

Description:

Forces rsyslogd to change the ownership for output files that already exist. Please note -- cgit