Merge pull request #327611 from oldshensheep/pkgs/bpftop
bpftop: disable zerocallusedregs hardening
This commit is contained in:
commit
60797f20f6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user