From 440d255bf770e5da182cdeb8dedeb6d91b46d90b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 5 Apr 2011 09:18:13 -0400 Subject: [PATCH] Merge SETENV and NOSETENV description from 1.8 --HG-- branch : 1.7 --- sudoers.pod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index d93cd60d7..ef250cd7c 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -443,13 +443,14 @@ on how C works and whether or not it will work on your system. =head3 SETENV and NOSETENV These tags override the value of the I option on a per-command -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. 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. +basis. Note that if C has been set for a command, the user +may disable the I option from the command line via the +B<-E> option. Additionally, environment variables set on the command +line 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. 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. =head3 LOG_INPUT and NOLOG_INPUT -- 2.50.1