minijail: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 12:55:00 +01:00
parent 3feefc9d32
commit c83bb71e10

View file

@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
patchShebangs platform2_preinstall.sh
'';
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
installPhase = ''
./platform2_preinstall.sh ${version} $out/include/chromeos