809b6cb52d
The augenrules command joins together all of the audit rules from rules.d and it is run any time the audit rules template changes. However, the augenrules handler didn't actually restart auditd to apply the changes to the system. This patch fires off the auditd restart handler anytime the augenrules handler is notified. Closes-bug: 1590916 Change-Id: Ice83fe17ebb0e9edff9da897e435ae96c1778580
6 lines
243 B
YAML
6 lines
243 B
YAML
---
|
|
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.
|