Merge pull request #327611 from oldshensheep/pkgs/bpftop

bpftop: disable zerocallusedregs hardening
This commit is contained in:
Nick Cao 2024-07-16 16:56:00 -04:00 committed by GitHub
commit 60797f20f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";