mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Preserve ODMDIR environment variable by default on AIX.
This commit is contained in:
@@ -202,6 +202,9 @@ static const char *initial_keepenv_table[] = {
|
|||||||
"TZ",
|
"TZ",
|
||||||
"XAUTHORITY",
|
"XAUTHORITY",
|
||||||
"XAUTHORIZATION",
|
"XAUTHORIZATION",
|
||||||
|
#ifdef _AIX
|
||||||
|
"ODMDIR",
|
||||||
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user