SV-230386r627750_rule
V-230386
SRG-OS-000326-GPOS-00126
RHEL-08-030000
CAT II
10
Configure RHEL 8 to audit the execution of the "execve" system call.
Add or update the following file system rules to "/etc/audit/rules.d/audit.rules":
-a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b32 -S execve -C gid!=egid -F egid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C gid!=egid -F egid=0 -k execpriv
The audit daemon must be restarted for the changes to take effect.
Verify RHEL 8 audits the execution of privileged functions.
Check if RHEL 8 is configured to audit the execution of the "execve" system call, by running the following command:
$ sudo grep execve /etc/audit/audit.rules
-a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b32 -S execve -C gid!=egid -F egid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C gid!=egid -F egid=0 -k execpriv
If the command does not return all lines, or the lines are commented out, this is a finding.
V-230386
False
RHEL-08-030000
Verify RHEL 8 audits the execution of privileged functions.
Check if RHEL 8 is configured to audit the execution of the "execve" system call, by running the following command:
$ sudo grep execve /etc/audit/audit.rules
-a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b32 -S execve -C gid!=egid -F egid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C gid!=egid -F egid=0 -k execpriv
If the command does not return all lines, or the lines are commented out, this is a finding.
M
2921