SV-217203r646743_rule
V-217203
SRG-OS-000256-GPOS-00097
SLES-12-020130
CAT II
10
Configure the SUSE operating system audit tools to have with proper permissions set in the permissions profile to protect from unauthorized access.
Edit the file "/etc/permissions.local" and insert the following text:
/usr/sbin/audispd root:root 0750
/usr/sbin/auditctl root:root 0750
/usr/sbin/auditd root:root 0750
/usr/sbin/ausearch root:root 0755
/usr/sbin/aureport root:root 0755
/usr/sbin/autrace root:root 0750
/usr/sbin/augenrules root:root 0750
Set the correct permissions with the following command:
> sudo chkstat --set /etc/permissions.local
Verify that the SUSE operating system audit tools have the proper permissions configured in the permissions profile to protect from unauthorized access.
Check that "permissions.local" file contains the correct permissions rules with the following command:
> grep "^/usr/sbin/au" /etc/permissions.local
/usr/sbin/audispd root:root 0750
/usr/sbin/auditctl root:root 0750
/usr/sbin/auditd root:root 0750
/usr/sbin/ausearch root:root 0755
/usr/sbin/aureport root:root 0755
/usr/sbin/autrace root:root 0750
/usr/sbin/augenrules root:root 0750
If the command does not return any output, this is a finding.
Check that all of the audit information files and folders have the correct permissions with the following command:
> sudo chkstat /etc/permissions.local
If the command returns any output, this is a finding.
V-217203
False
SLES-12-020130
Verify that the SUSE operating system audit tools have the proper permissions configured in the permissions profile to protect from unauthorized access.
Check that "permissions.local" file contains the correct permissions rules with the following command:
> grep "^/usr/sbin/au" /etc/permissions.local
/usr/sbin/audispd root:root 0750
/usr/sbin/auditctl root:root 0750
/usr/sbin/auditd root:root 0750
/usr/sbin/ausearch root:root 0755
/usr/sbin/aureport root:root 0755
/usr/sbin/autrace root:root 0750
/usr/sbin/augenrules root:root 0750
If the command does not return any output, this is a finding.
Check that all of the audit information files and folders have the correct permissions with the following command:
> sudo chkstat /etc/permissions.local
If the command returns any output, this is a finding.
M
4033