summaryrefslogtreecommitdiff
path: root/Config.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-10 15:10:50 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-10 15:10:50 +0000
commite3be6c569ab1c444267a208e447348fdd2008ed7 (patch)
tree7e18c6f3821a0c935068ec8e7e9a34f5fb6a7315 /Config.kmk
parent60d372df95a5c7ac0fb86427d74bcaf51147ea21 (diff)
downloadVirtualBox-svn-e3be6c569ab1c444267a208e447348fdd2008ed7.tar.gz
Guest Control: Initial commit (work in progress, disabled by default). bugref:9783
IGuestDirectory: Added new attributes id + status + an own event source. Also added for rewind support via rewind(). New event types for guest directory [un]registration, state changes and entry reads. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98526 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Config.kmk')
-rw-r--r--Config.kmk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.kmk b/Config.kmk
index 3fa5632473b..63aebda3b53 100644
--- a/Config.kmk
+++ b/Config.kmk
@@ -897,6 +897,11 @@ VBOX_WITH_HOST_CHANNEL = 1
# Enable the guest control service.
if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
VBOX_WITH_GUEST_CONTROL = 1
+ # Enables support for handling certain commands via the built-in (busybox-like) toolbox in VBoxService. See @bugref{9783}
+ # This is for supporting Guest Additions < 7.1.
+ VBOX_WITH_GSTCTL_TOOLBOX_SUPPORT = 1
+ # Enables treating the toolbox as built-in commands. Requires 7.1 Guest Additions. See @bugref{9783}
+ VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS =
endif
# Enable ballooning
VBOX_WITH_MEMBALLOON = 1