summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 63d7c0d..5803b26 100755
--- a/etc/rc
+++ b/etc/rc
@@ -117,6 +117,9 @@ if [ ! -h /tmp/tmp ]; then
ln -hfs / /tmp/tmp
fi
+# Make sure our /tmp is 777
+chmod 1777 /tmp
+
# Malloc debugging check
if [ ! -L /etc/malloc.conf ]; then
ln -s aj /etc/malloc.conf
OpenPOWER on IntegriCloud