]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Inclusive Language - "whitelist"
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 19 Apr 2022 21:30:53 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 19 Apr 2022 21:30:53 +0000 (14:30 -0700)
Use allowlist instead of whitelist in some files used by open-vm-tools.

open-vm-tools/services/plugins/vix/vixTools.c

index 103ed10dc70d128e220c348d7c4cbc088141d6c1..34f3125d209f509b0ddb93b4e931369f6a6c3938 100644 (file)
@@ -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") ||