* Fix concurrent reading of extended attributes (xattrs) * Raise warning if both input databases are the same - Update to 0.18.7: * Add missing library CFLAGS * Fix typo in aide.conf manual page * Fix 64-bit time_t on 32-bit architectures * Fix debug logging for returned attributes * Fix condition for error message of failing to open gzipped files - rebased aide-0.18-as-needed.patch OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=64
13 lines
194 B
SYSTEMD
13 lines
194 B
SYSTEMD
[Unit]
|
|
Description=Checking system for changed files
|
|
Documentation=man:aide(1)
|
|
After=local-fs.target
|
|
|
|
[Timer]
|
|
OnCalendar= daily
|
|
AccuracySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|