ifenslave: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:02:32 +00:00
parent d287f926bd
commit 4807ecdef0

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
cp -a ifenslave $out/bin
'';
hardening_format = false;
meta = {
description = "Utility for enslaving networking interfaces under a bond";
license = stdenv.lib.licenses.gpl2;