Merge pull request #325587 from kai-tub/pkgs/bpftune
bpftune: disable `zerocallusedregs` hardening
This commit is contained in:
commit
7bdcdf88e4
@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [
|
||||
"stackprotector"
|
||||
"zerocallusedregs"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user