diff options
author | Steven Hardy <shardy@redhat.com> | 2017-01-18 12:25:56 +0000 |
---|---|---|
committer | lhinds <lhinds@redhat.com> | 2017-01-27 13:23:18 +0000 |
commit | afdc138987db8246be1f3a0948967f10c3011bb8 (patch) | |
tree | 3f3c040c0d70f923d9b07307e3693df9e12a8250 /releasenotes | |
parent | c349789089157b0210d8de4f317599df81fa9760 (diff) |
Add AuditD composable service
This patch allows the management of the AuditD service and its associated
files (such as `audit.rules`)
This is achieved by means of the `puppet-auditd` puppet module.
Also places ssh banner capabilities map on top of patch
Change-Id: Ib8bb52dde88304cb58b051bced9779c97a314d0d
Depends-On: Ie31c063b674075e35e1bfa28d1fc07f3f897407b
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/puppet-auditd-6504295e8c6c7a3b.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/puppet-auditd-6504295e8c6c7a3b.yaml b/releasenotes/notes/puppet-auditd-6504295e8c6c7a3b.yaml new file mode 100644 index 00000000..1949e4fe --- /dev/null +++ b/releasenotes/notes/puppet-auditd-6504295e8c6c7a3b.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Adds the ability to manage auditd.service and enter audit.rules via tripleo + heat templates. This in turn enforces an audit log of system events, such + as system time changes, modifications to Discretionary Access Controls, + Failed login attempts. + + |