Merge "Restart auditd after running augenrules"
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user