summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-26 14:34:46 +0200
committerJonathan Bauer2014-06-26 14:34:46 +0200
commit17e7b601d416aa992cc7a86ca5f92c60003e5768 (patch)
treefe35ec813c3ae7bc64f85402cbbe94bd31e6973e /remote
parent[rfs-s32] fix broken terminals on ssh sessions (diff)
downloadtm-scripts-17e7b601d416aa992cc7a86ca5f92c60003e5768.tar.gz
tm-scripts-17e7b601d416aa992cc7a86ca5f92c60003e5768.tar.xz
tm-scripts-17e7b601d416aa992cc7a86ca5f92c60003e5768.zip
[pam] tmpfs home now 200mb - WIP
Diffstat (limited to 'remote')
-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 c647f58f..d6feee4d 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=100m tmpfs "${TEMP_HOME_DIR}" || \
+mount -t tmpfs -o mode=700,size=200m 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