]> granicus.if.org Git - python/commit
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
authorR David Murray <rdmurray@bitdance.com>
Thu, 29 Mar 2012 11:15:45 +0000 (07:15 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 29 Mar 2012 11:15:45 +0000 (07:15 -0400)
commiteac0939ddd56f60664de9cb85aa32910d7b22c78
treece4e4ac1e2c1924b7174f732bfc3d5d1e56566fd
parent8c696321eb44f84134bf9e60e5c0bf49bc793dde
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.

Unlike the other facilities, we don't use a fallback for AUTHPRIV if it
doesn't exist.  Because it is intended for logging sensitive log messages, it
is better that a program trying to log such messages fail than that it log
them insecurely.

Initial patch by Federico Reghenzani.
Doc/library/syslog.rst
Misc/ACKS
Misc/NEWS
Modules/syslogmodule.c