dhcpcd: enable PIE hardening
This commit is contained in:
parent
6473000edd
commit
1fb09c1e7d
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pkgconfig udev ];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
|
Loading…
Reference in New Issue
Block a user