From 6be363af3586dbea95226865420f1352a6c16cc1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 26 Apr 2018 17:58:42 +0200 Subject: [vbox] do not filter since the absence of this node activates it. Also, if the lecturers would want this feature active for some reason, he could then just activate it and it wouldn't get filtered (obviously he'd need a complimentary netrule...) --- src/main/java/org/openslx/util/vm/VboxConfig.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/openslx/util/vm/VboxConfig.java b/src/main/java/org/openslx/util/vm/VboxConfig.java index c558864..9ebc605 100644 --- a/src/main/java/org/openslx/util/vm/VboxConfig.java +++ b/src/main/java/org/openslx/util/vm/VboxConfig.java @@ -38,7 +38,6 @@ public class VboxConfig // list of nodes to automatically remove when reading the vbox file private static String[] blacklist = { "/VirtualBox/Machine/Hardware/GuestProperties", - "/VirtualBox/Machine/Hardware/RemoteDisplay", "/VirtualBox/Machine/Hardware/VideoCapture", "/VirtualBox/Machine/Hardware/HID", "/VirtualBox/Machine/Hardware/USB", -- cgit v1.2.3-55-g7522