Commit Graph

1 Commits

Author SHA1 Message Date
Cropi
fca1d93065 aide: re-add syslog_format option for 0.19.2
syslog_format was a downstream-only RHEL patch against aide 0.16 that
was lost during the rebase to 0.19.2. Users with syslog_format=yes in
their config received a fatal parse error (exit code 17) after upgrade.

Re-implements the option as REPORT_FORMAT_SYSLOG using the 0.19.2
report format module system rather than the old standalone boolean,
fitting the new architecture cleanly. syslog_format=yes/true is
equivalent to report_format=syslog; both spellings are accepted.

Resolves: RHEL-178837
Signed-off-by: Cropi <alakatos@redhat.com>
2026-06-02 07:40:50 +02:00