STIGQter STIGQter: STIG Summary: Oracle Linux 6 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

Audit log directories must have mode 0755 or less permissive.

DISA Rule

SV-209055r603263_rule

Vulnerability Number

V-209055

Group Title

SRG-OS-000059

Rule Version

OL6-00-000385

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the mode of the audit log directories with the following command:

# chmod go-w [audit_directory]

Check Contents

Run the following command to check the mode of the system audit directories:

grep "^log_file" /etc/audit/auditd.conf|sed 's/^[^/]*//; s/[^/]*$//'|xargs stat -c %a:%n

Audit directories must be mode 0755 or less permissive.
If any are more permissive, this is a finding.

Vulnerability Number

V-209055

Documentable

False

Rule Version

OL6-00-000385

Severity Override Guidance

Run the following command to check the mode of the system audit directories:

grep "^log_file" /etc/audit/auditd.conf|sed 's/^[^/]*//; s/[^/]*$//'|xargs stat -c %a:%n

Audit directories must be mode 0755 or less permissive.
If any are more permissive, this is a finding.

Check Content Reference

M

Target Key

2928

Comments