mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add support for multiple '*' in env_keep, env_check and env_delete
entries.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||
.\"
|
||||
.TH "SUDOERS" "5" "May 8, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||
.TH "SUDOERS" "5" "May 10, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||
.nh
|
||||
.if n .ad l
|
||||
.SH "NAME"
|
||||
@@ -354,6 +354,16 @@ of the default
|
||||
\fIenv_reset\fR
|
||||
behavior is encouraged.
|
||||
.PP
|
||||
Environment variables specified by
|
||||
\fIenv_check\fR,
|
||||
\fIenv_delete\fR,
|
||||
or
|
||||
\fIenv_keep\fR
|
||||
may include one or more
|
||||
\(oq*\(cq
|
||||
characters which will match zero or more characters.
|
||||
No other wildcard characters are supported.
|
||||
.PP
|
||||
By default, environment variables are matched by name.
|
||||
However, if the pattern includes an equal sign
|
||||
(\(oq=\&\(cq),
|
||||
|
Reference in New Issue
Block a user