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

SLEM 5 must have directories that contain system commands set to a mode of 755 or less permissive.

DISA Rule

SV-261287r1184377_rule

Vulnerability Number

V-261287

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

SLEM-05-232010

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system command directories to be protected from unauthorized access.

Run the following command, replacing "[DIRECTORY]" with any library directory with a mode more permissive than 755:

> sudo chmod 755 [DIRECTORY]

Check Contents

Verify the system command directories have mode "755" or less permissive with the following command:

> find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin -type d -exec stat -c "%n %a" '{}' \;

If any directories are found to be group-writable or world-writable, this is a finding.

Vulnerability Number

V-261287

Documentable

False

Rule Version

SLEM-05-232010

Severity Override Guidance

Verify the system command directories have mode "755" or less permissive with the following command:

> find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin -type d -exec stat -c "%n %a" '{}' \;

If any directories are found to be group-writable or world-writable, this is a finding.

Check Content Reference

M

Target Key

5596