summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-13 07:49:34 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-13 07:52:19 +0100
commit0d71ec8a6e538943df67e43c8b1aa667eb7cf856 (patch)
tree10a22fcbafda4e8d7638ec26d075e772f263261d /nixos
parente1c679f0fb60aa948db40fe56a93a2885af11656 (diff)
downloadnixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar.gz
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar.bz2
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar.lz
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar.xz
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.tar.zst
nixlib-0d71ec8a6e538943df67e43c8b1aa667eb7cf856.zip
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>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/virtualbox-host.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/programs/virtualbox-host.nix b/nixos/modules/programs/virtualbox-host.nix
index 25f17e3c0607..603b25e3cfce 100644
--- a/nixos/modules/programs/virtualbox-host.nix
+++ b/nixos/modules/programs/virtualbox-host.nix
@@ -29,10 +29,7 @@ in
         setuid = true;
       };
     in map mkVboxStub [
-      "VBoxBFE"
-      "VBoxBalloonCtrl"
       "VBoxHeadless"
-      "VBoxManage"
       "VBoxSDL"
       "VirtualBox"
     ];