File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.9] - 2025-10-3
4+
5+ ### Added
6+ - ` SUDO_HOME ` variable will now be set to the invoking user's home directory
7+
8+ ### Changed
9+ - ` Defaults noninteractive_auth ` now controls whether PAM authentication
10+ modules are allowed to attempt authentication when ` sudo --non-interactive ` is
11+ being used (new default: off). Previous versions had this as always-on
12+ to allow fully automatic authentication methods to succeed.
13+
14+ ### Fixed
15+ - Two bugs in managing the PTY connected to the child process that negatively
16+ impacted interactive usability (#1130 , #1264 )
17+ - ` visudo --help ` showed command flags that were removed (#1239 )
18+ - Format flags in ` SUDO_PROMPT ` were not expanded (#1252 )
19+ - ` sudo ` would abort with an unhandled exception instead if an attempt was
20+ was made to match a "netgroup", instead of ignoring these (#1262 )
21+ - A few tokenizer errors in /etc/sudoers processing (#1273 , #1274 , #1283 )
22+ - Some formatting mistakes in the man pages (#1285 )
23+
324## [ 0.2.8] - 2025-08-04
425
526### Added
You can’t perform that action at this time.
0 commit comments