Merge pull request #325587 from kai-tub/pkgs/bpftune

bpftune: disable `zerocallusedregs` hardening
This commit is contained in:
Nick Cao 2024-07-08 16:13:33 -04:00 committed by GitHub
commit 7bdcdf88e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [
"stackprotector"
"zerocallusedregs"
];
passthru.tests = {