STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Red Hat Enterprise Linux 10 Security Technical Implementation Guide

V-281057

CAT II (Medium)

RHEL 10 must enforce root group ownership of the "/etc/audit/" directory.

Rule ID

SV-281057r1165526_rule

STIG

Red Hat Enterprise Linux 10 Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000171

Discussion

The "/etc/audit/" directory contains files that ensure the proper auditing of command execution, privilege escalation, file manipulation, and more. Protection of this directory is critical for system security.

Check Content

Verify RHEL 10 enforces root group ownership of the "/etc/audit/" directory with the following command:

$ sudo stat -c "%G %n" /etc/audit/
root /etc/audit/

If "/etc/audit/" does not have a group owner of "root", this is a finding.

Fix Text

Configure RHEL 10 so that the "/etc/audit/" directory is group-owned by "root" with the following command:

$ sudo chgrp root /etc/audit/