Unverified Commit 146ee44c authored by Jared Baur's avatar Jared Baur
Browse files

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.
parent 4d67eb3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
    "--with-posix-acl"
    "--with-selinux"
    "--with-xattr"
    "--sysconfdir=/etc"
    ];

  meta = with lib; {