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

DISA Rule

SV-261299r1184391_rule

Vulnerability Number

V-261299

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

SLEM-05-232070

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 ! -user root -type f -exec chown root '{}' \;
> exit
> sudo reboot

Check Contents

Verify that the system commands are owned by root with the following command:

> sudo find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin ! -user root -type f -exec stat -c "%n %U" '{}' \;

If any system commands are returned, this is a finding.

Vulnerability Number

V-261299

Documentable

False

Rule Version

SLEM-05-232070

Severity Override Guidance

Verify that the system commands are owned by root with the following command:

> sudo find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin ! -user root -type f -exec stat -c "%n %U" '{}' \;

If any system commands are returned, this is a finding.

Check Content Reference

M

Target Key

5596