SV-99047r1_rule
V-88397
SRG-OS-000062-GPOS-00031
VROM-SL-000185
CAT II
10
Run the following command:
echo '-a exit,always -F arch=b64 -S settimeofday -F auid=0' >> /etc/audit/audit.rules
echo '-a exit,always -F arch=b64 -S settimeofday -F auid>=500 -F auid!=4294967295' >> /etc/audit/audit.rules
Or run the following command to implement all logging requirements:
# /etc/dodscript.sh
Check if SLES for vRealize is configured to audit calls to the "settimeofday" system call, run the following command:
# grep -w "settimeofday" /etc/audit/audit.rules
If SLES for vRealize is configured to audit this activity, it will return at least two lines containing "-S settimeofday" that also contain "arch=b64".
If no line is returned, this is a finding.
V-88397
False
VROM-SL-000185
Check if SLES for vRealize is configured to audit calls to the "settimeofday" system call, run the following command:
# grep -w "settimeofday" /etc/audit/audit.rules
If SLES for vRealize is configured to audit this activity, it will return at least two lines containing "-S settimeofday" that also contain "arch=b64".
If no line is returned, this is a finding.
M
3461