mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
chrony: enable pie hardening
This commit is contained in:
parent
87e64f153b
commit
62f65d15ca
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ readline texinfo nss nspr ] ++ stdenv.lib.optional stdenv.isLinux libcap;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
hardening_pie = true;
|
||||
|
||||
configureFlags = [
|
||||
"--chronyvardir=$(out)/var/lib/chrony"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user