forked from mirrors/nixpkgs
p0f: fix build after #28029
This commit is contained in:
parent
1e97008bb8
commit
e27df9e35e
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
cp ./tools/p0f-sendsyn6 $out/sbin
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
description = "Passive network reconnaissance and fingerprinting tool";
|
||||
homepage = "http://lcamtuf.coredump.cx/p0f3/";
|
||||
|
|
Loading…
Reference in a new issue