(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
This commit is contained in:
Assar Westerlund
2000-12-07 18:14:45 +00:00
parent f9699a902a
commit 650f8bb0f0

View File

@@ -1222,6 +1222,8 @@ scrub_env(void)
"EDITOR=",
"PAGER=",
"PRINTER=",
"LOGNAME=",
"POSIXLY_CORRECT=",
NULL
};