]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
ContainerInfo: Remove 'default' namespace from the default allowed namespace list.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 20 Jan 2022 19:40:15 +0000 (11:40 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 20 Jan 2022 19:40:15 +0000 (11:40 -0800)
open-vm-tools/services/plugins/containerInfo/containerInfo.c
open-vm-tools/tools.conf

index 914a65819e4a1871f7db64ab5b2a5f106ffdc1b9..faa55de5e38523fba108c4fbd9110f9731b17bb7 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2021 VMware, Inc. All rights reserved.
+ * Copyright (C) 2021-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
@@ -87,7 +87,7 @@ VM_EMBED_VERSION(VMTOOLSD_VERSION_STRING);
 /**
  * Default value for allowed-namespaces conf key.
  */
-#define CONTAINERINFO_DEFAULT_ALLOWED_NAMESPACES "moby,k8s.io,default"
+#define CONTAINERINFO_DEFAULT_ALLOWED_NAMESPACES "moby,k8s.io"
 
 /**
  * Name of the 'moby' namespace used by docker.
index a49def4da8bec37175ae67ddfd7ebff8b1bd7f6e..6d48ca7835d876367ca25602cb88133e9c09a54c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 VMware, Inc.  All rights reserved.
+# Copyright (c) 2019-2022 VMware, Inc.  All rights reserved.
 
 # "CAUTION: tools.conf is highly syntax sensitive file. Use extreme caution
 # while editing it. If modified, it is automatically re-loaded by
 
 # List of namespaces to be queried for the running containers.
 # The value for this key is a comman separated list.
-#allowed-namespaces=moby,k8s.io,default
+#allowed-namespaces=moby,k8s.io
 
 [servicediscovery]