STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-1062

CAT III (Low)

The root shell must be located in the / file system.

Rule ID

SV-44918r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366

Discussion

To ensure the root shell is available in repair and administrative modes, the root shell must be located in the / file system.

Check Content

Determine if roots shell executable resides on a dedicated file system.

Procedure:
Find the location of the root users shell

# grep "^root" /etc/passwd|cut -d: -f7|cut -d/ -f2

The result is the top level directory under / where the shell resides (ie. usr)
Check if it is on a dedicated file system.

# grep /<top level directory> /etc/fstab

If /<top level directory> is on a dedicated file system, this is a finding.

Fix Text

Change the root account's shell to one present on the / file system. 

Procedure:
Edit /etc/passwd and change the shell for the root account to one present on the / file system (such as /bin/sh, assuming /bin is not on a separate file system). If the system does not store shell configuration in the /etc/passwd file, consult vendor documentation for the correct procedure for the system.