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

From SOLARIS 10 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE

Part of GEN001080

Associated with IA controls: ECSC-1

Associated with: CCI-000366

SV-27157r1_rule The root shell must be located in the / file system.

Vulnerability 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

Perform the following to determine if /usr is partitioned. # grep /usr /etc/vfstab If /usr is partitioned, check the location of root's default shell. # awk -F: '$1 == "root" {print $7}' /etc/passwd If the root shell is found to be on a partitioned /usr filesystem or is in a directory symlinked to a partitioned /usr filesystem, even if the actual root shell is a symlink back to the root filesystem, this is a finding.

Fix text

Change the root account's shell to one present on the / filesystem. Example: # usermod -s /sbin/sh root

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer