SV-100209r1_rule
V-89559
SRG-OS-000064-GPOS-00033
VRAU-SL-000315
CAT II
10
At a minimum, the SLES for vRealize audit system should collect file permission changes for all users and "root". Add the following to "/etc/audit/audit.rules":
-a always,exit -F arch=b64 -S setxattr
Or run the following command to implement all logging requirements:
# /etc/dodscript.sh
To determine if the system is configured to audit calls to the "setxattr" system call, run the following command:
# auditctl -l | grep syscall | grep setxattr
If the system is configured to audit this activity, it will return several lines, such as:
LIST_RULES: exit,always arch=3221225534 (0xc000003e) syscall=lchown,sethostname,init_module,delete_module,setxattr,lsetxattr,fsetxattr,removexattr,lremovexattr,fremovexattr,clock_settime
If no lines are returned, this is a finding.
V-89559
False
VRAU-SL-000315
To determine if the system is configured to audit calls to the "setxattr" system call, run the following command:
# auditctl -l | grep syscall | grep setxattr
If the system is configured to audit this activity, it will return several lines, such as:
LIST_RULES: exit,always arch=3221225534 (0xc000003e) syscall=lchown,sethostname,init_module,delete_module,setxattr,lsetxattr,fsetxattr,removexattr,lremovexattr,fremovexattr,clock_settime
If no lines are returned, this is a finding.
M
3459