From dd7560983788d6c6f35c9661e3318d2358a0c6ea Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 27 Jun 2014 14:27:06 +0200 Subject: [pam] increase user's home tmpfs to 1GB TODO: move the temp user home to /tmp --- remote/modules/pam/data/opt/openslx/scripts/pam_script_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules') 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 -- cgit v1.2.3-55-g7522