STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to HYCU Protege Security Technical Implementation Guide

V-268251

CAT II (Medium)

The HYCU virtual appliance must allocate audit record storage capacity in accordance with organization-defined audit record storage requirements.

Rule ID

SV-268251r1038695_rule

STIG

HYCU Protege Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-001849

Discussion

To ensure network devices have a sufficient storage capacity in which to write the audit logs, they must be able to allocate audit record storage capacity. The task of allocating audit record storage capacity is usually performed during initial device setup if it can be modified.

Check Content

Log in to the HYCU VM console. 

Review the /etc/audit/auditd.conf file and verify that the settings are in accordance with organizational policies.

If it is not configured in accordance with organizational policies, this is a finding.

Check for the value of the "max_log_file_action" option in "/etc/audit/auditd.conf" with the following command:
sudo grep max_log_file_action /etc/audit/auditd.conf

If the "max_log_file_action" value is not set to "ROTATION", this is a finding.

Fix Text

Configure the operating system to enforce log rotation and restrict log file size to an organization-defined value by editing "/etc/audit/auditd.conf" files using the following command:
sudo vi /etc/audit/auditd.conf

Add or modify the following lines to have the required value for the organization. Refer to the sample below:
max_log_file_action = ROTATION
max_log_file = 6