From 17e7b601d416aa992cc7a86ca5f92c60003e5768 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 26 Jun 2014 14:34:46 +0200 Subject: [pam] tmpfs home now 200mb - WIP --- remote/modules/pam/data/opt/openslx/scripts/pam_script_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522