From: John Wolfe Date: Tue, 19 Apr 2022 21:30:53 +0000 (-0700) Subject: Inclusive Language - "whitelist" X-Git-Tag: stable-12.1.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e057e41fc4d4e4e084cf46c9d16243fb05a7df19;p=thirdparty%2Fopen-vm-tools.git Inclusive Language - "whitelist" Use allowlist instead of whitelist in some files used by open-vm-tools. --- diff --git a/open-vm-tools/services/plugins/vix/vixTools.c b/open-vm-tools/services/plugins/vix/vixTools.c index 103ed10dc..34f3125d2 100644 --- a/open-vm-tools/services/plugins/vix/vixTools.c +++ b/open-vm-tools/services/plugins/vix/vixTools.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2007-2021 VMware, Inc. All rights reserved. + * Copyright (C) 2007-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -4386,7 +4386,7 @@ VixToolsGetMultipleEnvVarsForUser(void *userToken, // IN #ifdef __FreeBSD__ /* * We should check the original envp for all vars except - * a few whitelisted ones that we set/unset on impersonate + * a few allowlisted ones that we set/unset on impersonate * user start/stop. for them we need to do getenv() */ if (!strcmp(names, "USER") ||