Revert "add new HOME_MODE login.defs(5) option"

Missing file

This reverts commit a847899b52.
This commit is contained in:
Serge Hallyn
2020-01-12 07:56:19 -06:00
parent 9f7f3b013e
commit 93f1f35123
6 changed files with 7 additions and 19 deletions

View File

@@ -195,17 +195,12 @@ KILLCHAR 025
# Default initial "umask" value used by login(1) on non-PAM enabled systems.
# Default "umask" value for pam_umask(8) on PAM enabled systems.
# UMASK is also used by useradd(8) and newusers(8) to set the mode for new
# home directories if HOME_MODE is not set.
# home directories.
# 022 is the default value, but 027, or even 077, could be considered
# for increased privacy. There is no One True Answer here: each sysadmin
# must make up their mind.
UMASK 022
# HOME_MODE is used by useradd(8) and newusers(8) to set the mode for new
# home directories.
# If HOME_MODE is not set, the value of UMASK is used to create the mode.
#HOME_MODE 0700
#
# Password aging controls:
#