diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-13 19:34:22 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-13 19:34:22 -0600 |
commit | 6f02069746f4d8a2331ab7e000abdca9bbdd622d (patch) | |
tree | 921b0aa93042c64123178829c7b05d4a55fd3f6e | |
parent | d4c7207ef3906daf6f8646e8deb6d968fe76cb36 (diff) |
Add LANG, LC_MESSAGES and TERM to the environment whitelist
-rw-r--r-- | src/rc/rc-misc.c | 1 |
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 }; |