Skip to content

The Ubuntu operating system default filesystem permissions must be defined in such a way that all authenticated users can only read and modify their own files.

An XCCDF Rule

Description

Setting the most restrictive default permissions ensures that when new accounts are created they do not have unnecessary access.

ID
SV-219328r610963_rule
Version
UBTU-18-010448
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the system to define the default permissions for all authenticated users in such a way that the user can only read and modify their own files.

Edit the "UMASK" parameter in the "/etc/login.defs" file to match the example below:

UMASK 077