Add LANG, LC_MESSAGES and TERM to the environment whitelist

This commit is contained in:
William Hubbs 2016-01-13 19:34:22 -06:00
parent d4c7207ef3
commit 6f02069746

View File

@ -53,6 +53,7 @@ rc_conf_yesno(const char *setting)
static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
"IN_BACKGROUND", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
NULL
};