rc-misc: Allow EINFO_COLOR through env_filter()
This allows rc-service -C <service> <action> to properly not print color messages. Fixes #93
This commit is contained in:
parent
c4d7e02abd
commit
1edb5f6fd9
@ -53,6 +53,7 @@ static const char *const env_whitelist[] = {
|
|||||||
"EERROR_QUIET", "EINFO_QUIET",
|
"EERROR_QUIET", "EINFO_QUIET",
|
||||||
"IN_BACKGROUND", "IN_HOTPLUG",
|
"IN_BACKGROUND", "IN_HOTPLUG",
|
||||||
"LANG", "LC_MESSAGES", "TERM",
|
"LANG", "LC_MESSAGES", "TERM",
|
||||||
|
"EINFO_COLOR",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user