From: Todd C. Miller Date: Mon, 12 Nov 2001 04:52:23 +0000 (+0000) Subject: document env_delete X-Git-Tag: SUDO_1_6_4~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4c0f0046e798b76d2927cb67df722c0951dfddd;p=sudo document env_delete --- diff --git a/sudoers.pod b/sudoers.pod index 70b994229..a6eb4cb24 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -505,6 +505,16 @@ Defaults to C<@goodpri@>. Syslog priority to use when user authenticates unsuccessfully. Defaults to C<@badpri@>. +=item env_delete + +A double-quoted, space-separated list of environment variables +to be removed from the user's environment. By default this list +will B sudo's builtin list of environment variables to remove. +To B to the builtin list instead of replacing it, the argument +to I should start with a I<+> (think "add"). +The default list of environment variable to remove is printed +when B is run by root with the I<-V> option. + =item env_keep A double-quoted, space-separated list of environment variables