 /var/lib/cron-apt/_-_etc_-_cron-apt_-_config/mailchanges/(0-update-|3-download-)@@{MD5SUM}$ f VarFile
!/var/lib/cron-apt/lockfile$ f
 /var/lib/cron-apt$ d VarDir
!/tmp/cron-apt\\.[[:alnum:]]{6}$ d
!/tmp/cron-apt\\.[[:alnum:]]{6}/((action|run)(error|log|mail|syslog)|initlog|temp)$ f
# cron-apt uses logrotate with nodelaycompress, which aide does not
#  properly support yet. See
# https://github.com/aide/aide/issues/199 for a detailed discussion.
# It is recommended that you reconfigure cron-apt's logrotate to use
# delaycompress. In this case, you may define CRON_APT_DELAYCOMPRESS
@@if defined CRON_APT_DELAYCOMPRESS
 /var/log/cron-apt/log$ f                          ActLog
 /var/log/cron-apt/log\\.1$ f                      RotLog
 /var/log/cron-apt/log\\.2\\.@@{LOGEXT}$ f         CompSerLog
 /var/log/cron-apt/log\\.3\\.@@{LOGEXT}$ f         MidlSerLog
 /var/log/cron-apt/log\\.4\\.@@{LOGEXT}$ f         LastSerLog
@@else
# FreqRotLog is from the old scheme. Don't use in new rules
 /var/log/cron-apt/log$ f                          FreqRotLog
 /var/log/cron-apt/log\\.1\\.@@{LOGEXT}$ f         CompSerLog
 /var/log/cron-apt/log\\.[23]\\.@@{LOGEXT}$ f      MidlSerLog
 /var/log/cron-apt/log\\.4\\.@@{LOGEXT}$ f         LastSerLog
@@endif
 /var/log/cron-apt$ d VarDir
!/var/log/cron-apt/lastfullmessage$ f

@@if defined CRON_APT_EXTRACONFIGS
 /var/lib/cron-apt/_-_etc_-_cron-apt_-_config@@{CRON_APT_EXTRACONFIGS}/mailchanges/(0-update-|3-download-)@@{MD5SUM}$ f VarFile
@@endif

