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 system commands set to a mode of 755 or less permissive.

DISA Rule

SV-261288r1184380_rule

Vulnerability Number

V-261288

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

SLEM-05-232015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system commands to be protected from unauthorized access.

If the command requiring a permissions change resides in /usr/local/bin or /usr/local/sbin run the following command:

> sudo find -L /usr/local/bin /usr/local/sbin -perm /022 -type f -exec chmod 755 '{}' \;

If the command requiring a permissions change resides in /bin, /sbin, /usr/bin, /or usr/sbin run the following commands:

> sudo transactional-update shell
> sudo find -L /bin /sbin /usr/bin /usr/sbin -perm /022 -type f -exec chmod 755 '{}' \;
> exit
> sudo reboot

Check Contents

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

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

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

Vulnerability Number

V-261288

Documentable

False

Rule Version

SLEM-05-232015

Severity Override Guidance

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

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

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

Check Content Reference

M

Target Key

5596