Limit /run to 8M.

This commit is contained in:
Michael Tremer
2014-01-12 23:02:00 +01:00
parent fd75e5e75c
commit 8b64b1b64e

View File

@@ -31,7 +31,7 @@ case "${1}" in
if ! mountpoint /run &> /dev/null; then
boot_mesg -n " /run" ${NORMAL}
mount -n -t tmpfs -o nosuid,nodev,mode=755 /run /run || failed=1
mount -n -t tmpfs -o nosuid,nodev,mode=755,size=8M /run /run || failed=1
fi
boot_mesg "" ${NORMAL}