Merge "Enable/start auditd [+Docs]"

This commit is contained in:
Jenkins
2016-12-08 14:34:52 +00:00
committed by Gerrit Code Review
2 changed files with 16 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
---
id: RHEL-07-030010
status: not implemented
tag: misc
status: implemented
tag: auditd
---
This STIG requirement is not yet implemented.
The tasks in the security role start the audit daemon immediately and ensure
that it starts at boot time.

View File

@@ -134,3 +134,15 @@
- RHEL-07-030674
- RHEL-07-030710
- RHEL-07-030090
- name: Ensure auditd is running and enabled at boot time
service:
name: auditd
state: started
enabled: yes
when:
- auditd_conf.stat.exists
tags:
- high
- auditd
- RHEL-07-030010