·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
To use the precompiled binaries attached below, consult our manual installation instructions
Added
Defaults !log_allowedto suppress writing successful command invocations
to the system log. (#1181)Defaults timestamp_type=ppidto allow tightly binding cached credentials
to the parent process even if a TTY is present. (#1621)
Changed
- Allow authenticating users that have an empty password set (#1656)
- Environment variables supplied on the command line are now ignored instead
of resulting in an error message when used with-v,-kor-K(#1578)
Fixed
- sudo used in pipe such as
sudo cmd1 | sudo cmd2could result in a fight for
control over the TTY used for password input (#1650) - Groups loaded dynamically (for example by
pam_groups.so) were not used for
policy judgments (#1660) - Fixed the error message when
sudo -gwas used with an invalid group (#1628) - No longer emit a newline after password entry if
-p ''is used (#1648) - Tabs were not recognized as argument separators in /etc/sudoers (#1669)
sudoedit /path/to/filerestrictions in/etc/sudoerscould be circumvented
by causing a symlink race (GHSA-f42v-x7gq-phc8)
Contributors for this release
Merged pull requests: @squell, @bjorn3, @van-sprundel, @aplopez, @sohomdatta1, new contributors: @oiqgj, @radmorecameron, @devnoct, @schizophrenicmaniac
Closed issues opened by: @hepp3n, @iiwaasnet, @maltris, @pheki, @ep1cman, @foriequal0, @staeglis, @EisenDev