Comment 7 for bug 1958055

Revision history for this message
Benjamin Drung (bdrung) wrote :

Upstream plugins/sudoers/env.c defines:

static const char *initial_keepenv_table[] = {
    "COLORS",
    "DISPLAY",
    "HOSTNAME",
    "KRB5CCNAME",
    "LS_COLORS",
    "PATH",
    "PS1",
    "PS2",
    "XAUTHORITY",
    "XAUTHORIZATION",
    NULL
};

Debian adds DPKG_COLORS to it.