···73 # z/OS plugin is not useful on Linux, and pulls in an extra openldap
74 # dependency otherwise
75 "--disable-zos-remote"
000076 "--with-arm"
77 "--with-aarch64"
78 "--with-io_uring"
···73 # z/OS plugin is not useful on Linux, and pulls in an extra openldap
74 # dependency otherwise
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"
80 "--with-arm"
81 "--with-aarch64"
82 "--with-io_uring"