SV-235002r622137_rule
V-235002
SRG-OS-000480-GPOS-00227
SLES-15-040180
CAT II
10
Change the group of the SUSE operating system world-writable directories to root with the following command:
> sudo chgrp root <directory>
Verify all SUSE operating system world-writable directories are group-owned by root, sys, bin, or an application group.
Check the system for world-writable directories with the following command:
> sudo find / -perm -002 -type d -exec ls -lLd {} \;
drwxrwxrwt. 2 root root 40 Aug 26 13:07 /dev/mqueue
drwxrwxrwt. 2 root root 220 Aug 26 13:23 /dev/shm
drwxrwxrwt. 14 root root 4096 Aug 26 13:29 /tmp
If any world-writable directories are not owned by root, sys, bin, or an application group associated with the directory, this is a finding.
V-235002
False
SLES-15-040180
Verify all SUSE operating system world-writable directories are group-owned by root, sys, bin, or an application group.
Check the system for world-writable directories with the following command:
> sudo find / -perm -002 -type d -exec ls -lLd {} \;
drwxrwxrwt. 2 root root 40 Aug 26 13:07 /dev/mqueue
drwxrwxrwt. 2 root root 220 Aug 26 13:23 /dev/shm
drwxrwxrwt. 14 root root 4096 Aug 26 13:29 /tmp
If any world-writable directories are not owned by root, sys, bin, or an application group associated with the directory, this is a finding.
M
5274