summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-27 14:27:06 +0200
committerJonathan Bauer2014-06-27 14:27:06 +0200
commitdd7560983788d6c6f35c9661e3318d2358a0c6ea (patch)
tree7b8bdb6a67f124fde4f7492ae5ccdf6577f61b23 /remote/modules
parent[rfs-s32] fix addons downloading (diff)
downloadtm-scripts-dd7560983788d6c6f35c9661e3318d2358a0c6ea.tar.gz
tm-scripts-dd7560983788d6c6f35c9661e3318d2358a0c6ea.tar.xz
tm-scripts-dd7560983788d6c6f35c9661e3318d2358a0c6ea.zip
[pam] increase user's home tmpfs to 1GB
TODO: move the temp user home to /tmp
Diffstat (limited to 'remote/modules')
-rwxr-xr-xremote/modules/pam/data/opt/openslx/scripts/pam_script_auth2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth
index d6feee4d..7f29f8fb 100755
--- a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth
+++ b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth
@@ -33,7 +33,7 @@ if [ ! -d "${TEMP_HOME_DIR}" ]; then
fi
# now make it a tmpfs
-mount -t tmpfs -o mode=700,size=200m tmpfs "${TEMP_HOME_DIR}" || \
+mount -t tmpfs -o mode=700,size=1024m tmpfs "${TEMP_HOME_DIR}" || \
{ slxlog "pam-global-tmpfstemphome" "Could not make a tmpfs on ${TEMP_HOME_DIR}"; exit 1; }
# create a WARNING.txt for the user