lol

audit: disable legacy actions

Grimmauld a9fd61ff 0e42aed2

+4
+4
pkgs/by-name/au/audit/package.nix
··· 73 73 # z/OS plugin is not useful on Linux, and pulls in an extra openldap 74 74 # dependency otherwise 75 75 "--disable-zos-remote" 76 + # remove legacy start/stop scripts to remove a bash dependency in $lib 77 + # People interested in logging auditd interactions (e.g. for compliance) can start/stop audit using `auditctl --signal` 78 + # See also https://github.com/linux-audit/audit-userspace?tab=readme-ov-file#starting-and-stopping-the-daemon 79 + "--disable-legacy-actions" 76 80 "--with-arm" 77 81 "--with-aarch64" 78 82 "--with-io_uring"