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 group-owned by root.

DISA Rule

SV-261302r1184400_rule

Vulnerability Number

V-261302

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

SLEM-05-232085

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system commands to be protected from unauthorized access. Run the following command:

> sudo transactional-update shell
> sudo find -L /bin /sbin /usr/bin /usr/sbin /bin /sbin /usr/bin /usr/sbin ! -group root -type d -exec chgrp root '{}' \;
> exit
> sudo reboot

Check Contents

Verify the system command directories are group-owned by root with the following command:

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

If any system command directories are returned, this is a finding.

Vulnerability Number

V-261302

Documentable

False

Rule Version

SLEM-05-232085

Severity Override Guidance

Verify the system command directories are group-owned by root with the following command:

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

If any system command directories are returned, this is a finding.

Check Content Reference

M

Target Key

5596