From 146ee44c702cba19ef1023d0b36c7c9627d80142 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Mon, 29 Jul 2024 09:27:20 -0700 Subject: [PATCH] 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. --- pkgs/tools/security/aide/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/aide/default.nix b/pkgs/tools/security/aide/default.nix index a0cbd7da0f96..a2b5d31c8538 100644 --- a/pkgs/tools/security/aide/default.nix +++ b/pkgs/tools/security/aide/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { "--with-posix-acl" "--with-selinux" "--with-xattr" + "--sysconfdir=/etc" ]; meta = with lib; {