diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-26 18:23:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-26 18:23:42 +0200 |
commit | de77494415ae8c169949d13ed0df0af3b1949b54 (patch) | |
tree | db7cddd7cf4fa4759e92153b366fe4aff3f6aada /doc/rsconf1_omfileforcechown.html | |
parent | 9faa5048e6140136379c7322c7bd29f3e5629b65 (diff) | |
download | rsyslog-de77494415ae8c169949d13ed0df0af3b1949b54.tar.gz rsyslog-de77494415ae8c169949d13ed0df0af3b1949b54.tar.xz rsyslog-de77494415ae8c169949d13ed0df0af3b1949b54.zip |
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...).
Diffstat (limited to 'doc/rsconf1_omfileforcechown.html')
-rw-r--r-- | doc/rsconf1_omfileforcechown.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ <h2>$omfileForceChown</h2> <p><b>Type:</b> global configuration directive</p> <p><b>Parameter Values:</b> boolean (on/off, yes/no)</p> -<p><b>Available since:</b> 4.7.0+, 5.3.0+</p> +<p><b>Available:</b> 4.7.0+, 5.3.0-5.8.x, <b>NOT</b> available in 5.9.x or higher</p> +<p><b>Note: this directive has been removed and is no longer available. The +documentation is currently being retained for historical reaons.</b> Expect +it to go away at some later stage as well. <p><b>Default:</b> off</p> <p><b>Description:</b></p> <p>Forces rsyslogd to change the ownership for output files that already exist. Please note |