mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
6
NEWS
6
NEWS
@@ -16,12 +16,16 @@ What's new in Sudo 1.8.18
|
|||||||
one.
|
one.
|
||||||
|
|
||||||
* Fixed a bug introduced in 1.8.17 where sudoers entries with long
|
* Fixed a bug introduced in 1.8.17 where sudoers entries with long
|
||||||
commands lines could be truncated, preventing a match. Bug #478.
|
commands lines could be truncated, preventing a match. Bug #752.
|
||||||
|
|
||||||
* The fqdn, runas_default and sudoers_locale Defaults settings are
|
* The fqdn, runas_default and sudoers_locale Defaults settings are
|
||||||
now applied before any other Defaults settings since they can
|
now applied before any other Defaults settings since they can
|
||||||
change how other Defaults settings are parsed.
|
change how other Defaults settings are parsed.
|
||||||
|
|
||||||
|
* On systems without the O_NOFOLLOW open(2) flag, when the NOFOLLOW
|
||||||
|
flag is set, sudoedit now checks whether the file is a symbolic link
|
||||||
|
before opening it as well as after the open. Bug #753.
|
||||||
|
|
||||||
* Sudo will now only resolve a user's group IDs to group names
|
* Sudo will now only resolve a user's group IDs to group names
|
||||||
when sudoers includes group-based permissions. Group lookups
|
when sudoers includes group-based permissions. Group lookups
|
||||||
can be expensive on some systems where the group database is
|
can be expensive on some systems where the group database is
|
||||||
|
Reference in New Issue
Block a user