All user home directories must have mode 0750 or less permissive.

From SUSE Linux Enterprise Server v11 for System z

Part of GEN001480

Associated with: CCI-000225

SV-45028r1_rule All user home directories must have mode 0750 or less permissive.

Vulnerability discussion

Excessive permissions on home directories allow unauthorized access to user files.

Check content

Check the home directory mode of each user in /etc/passwd. Procedure: # cut -d: -f6 /etc/passwd|sort|uniq|xargs -n1 ls -ld If a user home directory's mode is more permissive than 0750, this is a finding. Note: Application directories are allowed and may need 0755 permissions (or greater) for correct operation.

Fix text

Change the mode of user home directories to 0750 or less permissive. Procedure (example): # chmod 0750 Note: Application directories are allowed and may need 0755 permissions (or greater) for correct operation.

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