SV-215253r508663_rule
V-215253
SRG-OS-000341-GPOS-00132
AIX7-00-002033
CAT II
10
Increase the size of the file system hosting the audit logs (by 1GB).
# chfs -a size=+1G <root of file system for audit logs>
Check the file system size where the log file resides is greater than the organizationally defined size of audit logs for one week (1GB).
Find out where the audit log resides:
# grep trail /etc/security/audit/config
trail = /audit/trail
Find out the available space in the file system hosting the audit logs.
# df /audit/trail
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 1966080 1792872 9% 3913 2% /
If the "512-blocks" multiplied by "Free" is less than the required size for the audit logs, this is a finding.
V-215253
False
AIX7-00-002033
Check the file system size where the log file resides is greater than the organizationally defined size of audit logs for one week (1GB).
Find out where the audit log resides:
# grep trail /etc/security/audit/config
trail = /audit/trail
Find out the available space in the file system hosting the audit logs.
# df /audit/trail
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 1966080 1792872 9% 3913 2% /
If the "512-blocks" multiplied by "Free" is less than the required size for the audit logs, this is a finding.
M
4012