Setting the most restrictive default permissions ensures that when new accounts are created they do not have unnecessary access.
With a UMASK of 077, files will be created with 0600 permissions (owner read/write only) and directories will have 0700 permissions (owner read/write/execute only).
Check
Verify that the "pam_umask" module is enabled with the following command: