STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

All SLEM 5 world-writable directories must be group-owned by root, sys, bin, or an application group.

DISA Rule

SV-261306r996389_rule

Vulnerability Number

V-261306

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

SLEM-05-232105

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the group of SLEM 5 world-writable directories to root with the following command:

> sudo chgrp root <directory>

Check Contents

Verify all SLEM 5 world-writable directories are group-owned by root, sys, bin, or an application group with the following command:

> sudo find / -perm -002 -type d -exec ls -lLd {} \;
drwxrwxrwt. 2 root root 40 Aug 26 13:7 /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.

Vulnerability Number

V-261306

Documentable

False

Rule Version

SLEM-05-232105

Severity Override Guidance

Verify all SLEM 5 world-writable directories are group-owned by root, sys, bin, or an application group with the following command:

> sudo find / -perm -002 -type d -exec ls -lLd {} \;
drwxrwxrwt. 2 root root 40 Aug 26 13:7 /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.

Check Content Reference

M

Target Key

5596