From: Todd C. Miller Date: Tue, 21 Dec 2010 15:23:45 +0000 (-0500) Subject: Clarify umask option description. From Reuben Thomas. X-Git-Tag: SUDO_1_8_0~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad41fb497e5f542fe167e52dff20e6636a26cba3;p=sudo Clarify umask option description. From Reuben Thomas. --- diff --git a/doc/sudoers.pod b/doc/sudoers.pod index a5af3cca9..3f4e7eeff 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -1097,11 +1097,11 @@ own timestamps via C and C respectively. Umask to use when running the command. Negate this option or set it to 0777 to preserve the user's umask. The actual umask that is -used will be the union of the user's umask and C<@sudo_umask@>. -This guarantees that B never lowers the umask when running a -command. Note on systems that use PAM, the default PAM configuration -may specify its own umask which will override the value set in -I. +used will be the union of the user's umask and the value of the +I option, which defaults to C<@sudo_umask@>. This guarantees +that B never lowers the umask when running a command. Note +on systems that use PAM, the default PAM configuration may specify +its own umask which will override the value set in I. =back