login.defs: List default value of HOME_MODE

This commit is contained in:
Balint Reczey
2022-03-02 21:01:26 +01:00
parent abd7c0d1a8
commit f6500af0fb

5
debian/login.defs vendored
View File

@@ -150,6 +150,11 @@ ERASECHAR 0177
KILLCHAR 025
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:
#