bpftop: disable zerocallusedregs hardening

This commit is contained in:
oldshensheep 2024-07-16 17:39:41 +08:00
parent 2ead34dfd2
commit 85f3bd8e59

View File

@ -31,6 +31,10 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
nativeBuildInputs = [ pkg-config ];
hardeningDisable = [
"zerocallusedregs"
];
meta = {
description = "Dynamic real-time view of running eBPF programs";
homepage = "https://github.com/Netflix/bpftop";