virtualbox: remove components/VBoxREM.so when
hardened or headless is enabled arch does it as well https://github.com/archlinux/svntogit-community/blob/1b2aaf41138f4f00aca84700fe08bb213d909f79/trunk/PKGBUILD#L184
This commit is contained in:
@@ -200,6 +200,11 @@ in stdenv.mkDerivation {
|
||||
done
|
||||
''}
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/137104
|
||||
${optionalString (enableHardening || headless) ''
|
||||
rm $libexec/components/VBoxREM.so
|
||||
''}
|
||||
|
||||
cp -rv out/linux.*/${buildType}/bin/src "$modsrc"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user