2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Forgot umask_override

This commit is contained in:
Todd C. Miller 2009-04-18 14:27:42 +00:00
parent bfce2852fc
commit 584a145559

View File

@ -104,3 +104,7 @@ What's new in Sudo 1.7.0?
* visudo will now check the sudoers file owner and mode in -c (check)
mode when the -s (strict) flag is specified.
* A new Defaults option "umask_override" will cause sudo to set the
umask specified in sudoers even if it is more permissive than the
invoking user's umask.