From 584a145559f75285c12477c16ba94e20118b53ec Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 18 Apr 2009 14:27:42 +0000 Subject: [PATCH] Forgot umask_override --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 06f673655..290bacebb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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.