summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-04-26 17:58:42 +0200
committerJonathan Bauer2018-04-26 17:58:42 +0200
commit6be363af3586dbea95226865420f1352a6c16cc1 (patch)
tree76870f4968eadbe6b63dbb2965c32b6186474bec
parent[vbox] minor optimization (diff)
downloadmaster-sync-shared-6be363af3586dbea95226865420f1352a6c16cc1.tar.gz
master-sync-shared-6be363af3586dbea95226865420f1352a6c16cc1.tar.xz
master-sync-shared-6be363af3586dbea95226865420f1352a6c16cc1.zip
[vbox] do not filter <RemoteDisplay>
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...)
-rw-r--r--src/main/java/org/openslx/util/vm/VboxConfig.java1
1 files changed, 0 insertions, 1 deletions
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",