From 0d71ec8a6e538943df67e43c8b1aa667eb7cf856 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 13 Dec 2014 07:49:34 +0100 Subject: 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 --- nixos/modules/programs/virtualbox-host.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos') 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" ]; -- cgit 1.4.1