mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
#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.
This commit is contained in:
parent
8c696321eb
commit
eac0939ddd
4 changed files with 18 additions and 4 deletions
|
|
@ -832,6 +832,7 @@ Terry Reedy
|
|||
Gareth Rees
|
||||
Steve Reeves
|
||||
Lennart Regebro
|
||||
Federico Reghenzani
|
||||
Ofir Reichenberg
|
||||
Sean Reifschneider
|
||||
Michael P. Reilly
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14416: syslog now defines the LOG_ODELAY and LOG_AUTHPRIV constants
|
||||
if they are defined in <syslog.h>.
|
||||
|
||||
- IDLE can be launched as python -m idlelib
|
||||
|
||||
- Issue #14295: Add unittest.mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue