mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
sudoedit umask fix
This commit is contained in:
parent
8c96df036a
commit
b2fadf66de
3
NEWS
3
NEWS
@ -70,6 +70,9 @@ What's new in Sudo 1.8.28
|
|||||||
PAM output from being intermixed with that of the command when
|
PAM output from being intermixed with that of the command when
|
||||||
output is sent to a file or pipe. Bug #895.
|
output is sent to a file or pipe. Bug #895.
|
||||||
|
|
||||||
|
* Sudoedit now honors the umask and umask_override settings in sudoers.
|
||||||
|
Previously, the user's umask was used as-is.
|
||||||
|
|
||||||
What's new in Sudo 1.8.27
|
What's new in Sudo 1.8.27
|
||||||
|
|
||||||
* On HP-UX, sudo will now update the utmps file when running a command
|
* On HP-UX, sudo will now update the utmps file when running a command
|
||||||
|
@ -9,6 +9,10 @@ o Upgrading from a version prior to 1.8.28:
|
|||||||
1.8.28 can process either type of I/O log file but older versions
|
1.8.28 can process either type of I/O log file but older versions
|
||||||
of sudoreplay are unable to replay the newer logs.
|
of sudoreplay are unable to replay the newer logs.
|
||||||
|
|
||||||
|
Starting with version 1.8.28, sudoedit honors the umask and
|
||||||
|
umask_override settings in sudoers. Previously, the user's
|
||||||
|
umask was used as-is.
|
||||||
|
|
||||||
o Upgrading from a version prior to 1.8.26:
|
o Upgrading from a version prior to 1.8.26:
|
||||||
|
|
||||||
Starting with version 1.8.26, sudo no long sets the USERNAME
|
Starting with version 1.8.26, sudo no long sets the USERNAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user