mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
runc: remove hardeningDisable
This commit is contained in:
parent
92d9d07c61
commit
b2556b13f5
|
@ -24,8 +24,6 @@ buildGoPackage rec {
|
|||
goPackagePath = "github.com/opencontainers/runc";
|
||||
outputs = [ "bin" "out" "man" ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
nativeBuildInputs = [ go-md2man installShellFiles pkg-config which ];
|
||||
buildInputs = [ libseccomp libapparmor apparmor-parser ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue