Exclude /run from AIDE checks

The /run directory contains items that change frequently and often
change when services start/stop or the system reboots. This patch
excludes the /run directory from AIDE checks.

Closes-bug: 1617343
Change-Id: Ic915d4821c8a90c613c5822c6d54c2f7ab54da16
This commit is contained in:
Major Hayden 2016-08-26 09:17:18 -05:00
parent c16d11786a
commit a32903414c
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,7 @@ cache_timeout: 600
aide_exclude_dirs:
- /openstack
- /opt
- /run
- /var
#
# By default, the AIDE database won't be initialized immediately since it can

View File

@ -0,0 +1,6 @@
---
fixes:
- |
The ``/run`` directory is excluded from AIDE checks since the files and
directories there are only temporary and often change when services
start and stop.