diff --git a/sudo.pod b/sudo.pod index 1cb09f833..686817c2e 100644 --- a/sudo.pod +++ b/sudo.pod @@ -321,9 +321,9 @@ on the command line in the form of B=I, e.g. B=I. Variables passed on the command line are subject to the same restrictions as normal environment variables with one important exception. If the I option -is set in I or the command to be run has the C tag -set the user may set variables that would overwise be forbidden. -See L for more information. +is set in I, the command to be run has the C tag +set or the command matched is C, the user may set variables +that would overwise be forbidden. See L for more information. =head1 RETURN VALUES diff --git a/sudoers.pod b/sudoers.pod index 075fd3d1e..4193d922b 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -340,7 +340,9 @@ basis. Note that if C has been set for a command, any environment variables set on the command line way are not subject to the restrictions imposed by I, I, or I. As such, only trusted users should be allowed to set -variables in this manner. +variables in this manner. If the command matched is B, the +C tag is implied for that command; this default may +be overridden by use of the C tag. =head2 Wildcards