aide: fix default DB/config location
Without specifying otherwise, aide will look in $out/etc for its configuration file and database. Since this is immutable, changing it to /etc allows it to be usable.
This commit is contained in:
parent
4d67eb3b7b
commit
146ee44c70
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-posix-acl"
|
||||
"--with-selinux"
|
||||
"--with-xattr"
|
||||
"--sysconfdir=/etc"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user