/etc/login.defs: set the mode of new home directories to 700
This commit is contained in:
parent
8544ba285d
commit
7fca8ceaf8
@ -21,6 +21,9 @@ let
|
|||||||
TTYGROUP tty
|
TTYGROUP tty
|
||||||
TTYPERM 0620
|
TTYPERM 0620
|
||||||
|
|
||||||
|
# Ensure privacy for newly created home directories.
|
||||||
|
UMASK 077
|
||||||
|
|
||||||
# Uncomment this to allow non-root users to change their account
|
# Uncomment this to allow non-root users to change their account
|
||||||
#information. This should be made configurable.
|
#information. This should be made configurable.
|
||||||
#CHFN_RESTRICT frwh
|
#CHFN_RESTRICT frwh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user