aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-misc.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-23 12:25:25 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-23 12:44:10 -0500
commiteeadca0b8a5b87c26e60a58563251604350a7a3b (patch)
treecc884c2f3f012b136c1819f6263f8fca01a81902 /src/rc/rc-misc.c
parentdde339070b4850dc1fadf4992cc01d3468992106 (diff)
Add EERROR_QUIET and EINFO_QUIET to environment whitelist
Diffstat (limited to 'src/rc/rc-misc.c')
-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 f187158a..27d9f818 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -66,6 +66,7 @@ static const char *const env_whitelist[] = {
"LC_MONETARY", "LC_MESSAGES", "LC_PAPER", "LC_NAME", "LC_ADDRESS",
"LC_TELEPHONE", "LC_MEASUREMENT", "LC_IDENTIFICATION", "LC_ALL",
"IN_HOTPLUG", "IN_BACKGROUND", "RC_INTERFACE_KEEP_CONFIG",
+ "EERROR_QUIET", "EINFO_QUIET",
NULL
};