mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
e03e0ff42a
commit
a199eedfce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue