https://bugzilla.mindrot.org/show_bug.cgi?id=1800
Daniel Allen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2098|0 |1 is obsolete| | --- Comment #12 from Daniel Allen <[email protected]> 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
