rsyslog: turn off format hardening
This commit is contained in:
parent
983093cf4f
commit
cdb220fd6f
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||
rabbitmq-c hiredis
|
||||
] ++ stdenv.lib.optional stdenv.isLinux systemd;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in a new issue