virtualbox package: Disable hardening by default.

Yes, this is only on the package level, so it's possible to use
VirtualBox for example installed by nix-env -i, which of course doesn't
have access to the functionality provided by the various VirtualBox
kernel modules.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-12-15 07:13:02 +01:00
parent e03e0ff42a
commit a199eedfce
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -6,7 +6,7 @@
, pythonBindings ? false, python ? null
, enableExtensionPack ? false, requireFile ? null, patchelf ? null, fakeroot ? null
, pulseSupport ? false, pulseaudio ? null
, enableHardening ? true
, enableHardening ? false
}:
with stdenv.lib;