nixos/virtualbox: Fix setuid wrappers.

We only need to have setuid-root wrappers for VBox{Headless,SDL} and
VirtualBox, otherwise VBoxManage will run as root and NOT drop
privileges!

Fixes #5283.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-12-13 07:49:34 +01:00
parent e1c679f0fb
commit 0d71ec8a6e
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -29,10 +29,7 @@ in
setuid = true; setuid = true;
}; };
in map mkVboxStub [ in map mkVboxStub [
"VBoxBFE"
"VBoxBalloonCtrl"
"VBoxHeadless" "VBoxHeadless"
"VBoxManage"
"VBoxSDL" "VBoxSDL"
"VirtualBox" "VirtualBox"
]; ];