/etc/login.defs: set the mode of new home directories to 700

This commit is contained in:
Eelco Dolstra 2012-07-13 10:41:48 -04:00
parent 8544ba285d
commit 7fca8ceaf8

View file

@ -21,6 +21,9 @@ let
TTYGROUP tty
TTYPERM 0620
# Ensure privacy for newly created home directories.
UMASK 077
# Uncomment this to allow non-root users to change their account
#information. This should be made configurable.
#CHFN_RESTRICT frwh