From 650f8bb0f03addb9555182909e536f6c4421ca41 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 7 Dec 2000 18:14:45 +0000 Subject: [PATCH] (scrub_env): add LOGNAME and POSIXLY_CORRECT to the list of authorized environment variables to be compatile with linux-telnetd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9305 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/sys_term.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/telnet/telnetd/sys_term.c b/appl/telnet/telnetd/sys_term.c index 618096447..97fe3cb82 100644 --- a/appl/telnet/telnetd/sys_term.c +++ b/appl/telnet/telnetd/sys_term.c @@ -1222,6 +1222,8 @@ scrub_env(void) "EDITOR=", "PAGER=", "PRINTER=", + "LOGNAME=", + "POSIXLY_CORRECT=", NULL };