From 6f02069746f4d8a2331ab7e000abdca9bbdd622d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 13 Jan 2016 19:34:22 -0600 Subject: Add LANG, LC_MESSAGES and TERM to the environment whitelist --- src/rc/rc-misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rc') 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 }; -- cgit v1.2.3