aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-13 19:34:22 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-13 19:34:22 -0600
commit6f02069746f4d8a2331ab7e000abdca9bbdd622d (patch)
tree921b0aa93042c64123178829c7b05d4a55fd3f6e /src
parentd4c7207ef3906daf6f8646e8deb6d968fe76cb36 (diff)
Add LANG, LC_MESSAGES and TERM to the environment whitelist
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc-misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index f01d1f89..2c6c3883 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -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
};