diff options
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/common-session | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/common-session b/debian/local/common-session index d0a229a..b9882ab 100644 --- a/debian/local/common-session +++ b/debian/local/common-session @@ -19,6 +19,7 @@ session requisite pam_deny.so # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around session required pam_permit.so +session required pam_mkhomedir.so skel=/etc/skel umask=0077 # and here are more per-package modules (the "Additional" block) $session_additional # end of pam-auth-update config |