2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Preserve ODMDIR environment variable by default on AIX.

This commit is contained in:
Todd C. Miller
2010-09-27 14:08:54 -04:00
parent f538ed4e35
commit 614e2a642c

View File

@@ -202,6 +202,9 @@ static const char *initial_keepenv_table[] = {
"TZ",
"XAUTHORITY",
"XAUTHORIZATION",
#ifdef _AIX
"ODMDIR",
#endif
NULL
};