aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/libexec/pam-create-local-homedir.common
diff options
context:
space:
mode:
Diffstat (limited to 'files/usr/local/libexec/pam-create-local-homedir.common')
-rw-r--r--files/usr/local/libexec/pam-create-local-homedir.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/usr/local/libexec/pam-create-local-homedir.common b/files/usr/local/libexec/pam-create-local-homedir.common
index 2d30d06..b1ecef5 100644
--- a/files/usr/local/libexec/pam-create-local-homedir.common
+++ b/files/usr/local/libexec/pam-create-local-homedir.common
@@ -1,3 +1,4 @@
#!/bin/sh
install -o "$PAM_USER" -g "$PAM_USER" -m 0700 -d "/usr/local/home/${PAM_USER}"
+install -o "$PAM_USER" -g "$PAM_USER" -l s "/usr/local/home/${PAM_USER}" "/home/${PAM_USER}/localdisk"