openstack-ansible/releasenotes/notes/auditing-mac-policy-changes-fb83e0260a6431ed.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00:00

16 lines
586 B
YAML

---
upgrade:
- |
The variable ``security_audit_apparmor_changes`` is now renamed to
``security_audit_mac_changes`` and is enabled by default. Setting
``security_audit_mac_changes`` to ``no`` will disable syscall auditing for
any changes to AppArmor policies (in Ubuntu) or SELinux policies (in
CentOS).
features:
- |
The auditd rules template included a rule that audited changes to the
AppArmor policies, but the SELinux policy changes were not being audited.
Any changes to SELinux policies in ``/etc/selinux`` are now being logged
by auditd.