2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Better log message when rejecting a setid command in intercept mode.

This commit is contained in:
Todd C. Miller 2023-11-02 13:44:19 -06:00
parent 886f1414eb
commit 77c2582907

5
NEWS
View File

@ -73,6 +73,11 @@ What's new in Sudo 1.9.15
connection can require up to nine open file descriptors so the
default soft limit may be too low.
* Better log message when rejecting a command if the "intercept"
option is enabled and the "intercept_allow_setid" option is
disabled. Previously, "command not allowed" would be logged and
the user had no way of knowing what the actual problem was.
What's new in Sudo 1.9.14p3
* Fixed a crash with Python 3.12 when the sudo Python python is