rc-misc: allow EINFO_VERBOSE through too

This commit is contained in:
Doug Freed 2016-09-16 09:51:03 -04:00
parent 1edb5f6fd9
commit 6cabaf274d

View File

@ -53,7 +53,7 @@ static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
"IN_BACKGROUND", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
"EINFO_COLOR",
"EINFO_COLOR", "EINFO_VERBOSE",
NULL
};