From 493badd11d415ce42c195009c7778bc9eb7e39dd Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Apr 2018 11:19:34 +0200 Subject: [vbox] blacklist VideoCapture and RemoteDisplay --- src/main/java/org/openslx/util/vm/VboxConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/java/org/openslx/util/vm/VboxConfig.java b/src/main/java/org/openslx/util/vm/VboxConfig.java index 7440b1d..bca9183 100644 --- a/src/main/java/org/openslx/util/vm/VboxConfig.java +++ b/src/main/java/org/openslx/util/vm/VboxConfig.java @@ -49,9 +49,9 @@ public class VboxConfig private String hddsExpression = "/VirtualBox/Machine/MediaRegistry/HardDisks/*"; private ArrayList hddsArray = new ArrayList(); - // a black list of sorts of tags that need to be removed from the .vbox file + // list of nodes to automatically remove when reading the vbox file private static String[] blackList = { "SharedFolders", "HID", "USB", "ExtraData", "Adapter", "GuestProperties", "LPT", "StorageController", "FloppyImages", "DVDImages", - "AttachedDevice" }; + "AttachedDevice", "RemoteDisplay", "VideoCapture" }; public static enum PlaceHolder { -- cgit v1.2.3-55-g7522