chrony: enable pie hardening
This commit is contained in:
parent
87e64f153b
commit
62f65d15ca
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue