Merge "Restart auditd after running augenrules"

This commit is contained in:
Jenkins
2016-06-10 05:03:34 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
# Miscellaneous ##############################################################
- name: generate auditd rules
command: augenrules --load
notify: restart auditd
# This will take a while to complete the first run, so we will fork it into
# the background so it doesn't hold up the whole playbook.

View File

@@ -0,0 +1,5 @@
---
fixes:
- The role previously did not restart the audit daemon after generating a
new rules file. The `bug <https://launchpad.net/bugs/1590916>`_ has been
fixed and the audit daemon will be restarted after any audit rule changes.