bpftune: disable zerocallusedregs hardening

This commit is contained in:
Kai Norman Clasen 2024-07-08 18:51:09 +02:00
parent 655a58a72a
commit bd05186338
No known key found for this signature in database

View File

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