The /etc/shells (or equivalent) file must exist.

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

Part of GEN002120

Associated with: CCI-000366

SV-45170r1_rule The /etc/shells (or equivalent) file must exist.

Vulnerability discussion

The shells file (or equivalent) lists approved default shells. It helps provide layered defense to the security approach by ensuring users cannot change their default shell to an unauthorized unsecure shell.

Check content

Verify /etc/shells exists. # ls -l /etc/shells If the file does not exist, this is a finding.

Fix text

Create a /etc/shells file containing a list of valid system shells. Consult vendor documentation for an appropriate list of system shells. Procedure: # echo "/bin/bash" >> /etc/shells # echo "/bin/csh" >> /etc/shells (Repeat as necessary for other shells.)

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