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
@ -6,7 +6,7 @@
|
|||||||
, pythonBindings ? false, python ? null
|
, pythonBindings ? false, python ? null
|
||||||
, enableExtensionPack ? false, requireFile ? null, patchelf ? null, fakeroot ? null
|
, enableExtensionPack ? false, requireFile ? null, patchelf ? null, fakeroot ? null
|
||||||
, pulseSupport ? false, pulseaudio ? null
|
, pulseSupport ? false, pulseaudio ? null
|
||||||
, enableHardening ? true
|
, enableHardening ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user