1241050899
* 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
11 lines
257 B
Desktop File
11 lines
257 B
Desktop File
[Unit]
|
|
Description=Checking system for changed files
|
|
Documentation=man:aide(1)
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c "/usr/bin/aide --check --config=/etc/aide_service.conf; exit 0"
|
|
IOSchedulingClass=idle
|
|
IOSchedulingPriority=7
|