[Bug 1800] PermitUserEnvironment accepting pattern of allowed userenv variables
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Dec 3 08:56:02 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1800
Daniel Allen <dada.da+mindrot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2098|0 |1
is obsolete| |
--- Comment #12 from Daniel Allen <dada.da+mindrot at gmail.com> 2011-12-03 08:56:02 EST ---
Created attachment 2113
--> https://bugzilla.mindrot.org/attachment.cgi?id=2113
rewrite of patch to use match_pattern_list
New patch allows pattern lists for permitted user environment
variables, including wildcards and negation.
New format to match exactly one variable:
PermitUserEnvironment "REMOTEUSER=*"
To match any variables starting with LOG and XTERM variables with
values matching vt*:
PermitUserEnvironment "LOGNAME=*,XTERM=vt*"
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list