Add "NONEXISTENT" to "etc/login.defs"

This commit is contained in:
Jason Franklin 2020-05-08 09:52:34 -04:00
parent f929bfd90b
commit e2f74c347b
No known key found for this signature in database
GPG Key ID: E55F751316A343B0

View File

@ -384,6 +384,14 @@ CHFN_RESTRICT rwh
#
DEFAULT_HOME yes
#
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist. Some system accounts intentionally do
# not have a home directory. Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT /nonexistent
#
# If this file exists and is readable, login environment will be
# read from it. Every line should be in the form name=value.