SV-99075r1_rule
V-88425
SRG-OS-000064-GPOS-00033
VROM-SL-000255
CAT II
10
At a minimum, the 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 chmod -F auid=0
-a always,exit -F arch=b64 -S chmod -F auid>=500 -F auid!=4294967295
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 "chmod" system call, run the following command:
# auditctl -l | grep syscall | grep chmod
If the system is configured to audit this activity, it will return several lines, such as:
LIST_RULES: exit,always arch=3221225534 (0xc000003e) auid=0 syscall=chmod,fchmod,chown,fchown,fchownat,fchmodat
LIST_RULES: exit,always arch=3221225534 (0xc000003e) auid>=500 (0x1f4) auid!=-1 (0xffffffff) syscall=chmod,fchmod,chown,fchown,fchownat,fchmodat
If no lines are returned, this is a finding.
V-88425
False
VROM-SL-000255
To determine if the system is configured to audit calls to the "chmod" system call, run the following command:
# auditctl -l | grep syscall | grep chmod
If the system is configured to audit this activity, it will return several lines, such as:
LIST_RULES: exit,always arch=3221225534 (0xc000003e) auid=0 syscall=chmod,fchmod,chown,fchown,fchownat,fchmodat
LIST_RULES: exit,always arch=3221225534 (0xc000003e) auid>=500 (0x1f4) auid!=-1 (0xffffffff) syscall=chmod,fchmod,chown,fchown,fchownat,fchmodat
If no lines are returned, this is a finding.
M
3461