From e057e41fc4d4e4e084cf46c9d16243fb05a7df19 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Tue, 19 Apr 2022 14:30:53 -0700 Subject: [PATCH] Inclusive Language - "whitelist" Use allowlist instead of whitelist in some files used by open-vm-tools. --- open-vm-tools/services/plugins/vix/vixTools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") || -- 2.47.3