Add LANG, LC_MESSAGES and TERM to the environment whitelist
This commit is contained in:
parent
d4c7207ef3
commit
6f02069746
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user