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
This commit is contained in:
Steven Hardy
2017-01-18 12:25:56 +00:00
committed by lhinds
parent c349789089
commit afdc138987
6 changed files with 184 additions and 0 deletions

View File

@@ -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.