summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-07-05 21:35:26 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-07-05 21:35:26 +0000
commit0652f3aea7b2792dcecae3d41ac7c5baac26a74e (patch)
tree6dbd897c70ac98ba479f451596f888fb8563fa62 /etc/rc
parent4d5851cc6fe12aa5a42b1cde50fe26eccdc04186 (diff)
downloadpfsense-0652f3aea7b2792dcecae3d41ac7c5baac26a74e.zip
pfsense-0652f3aea7b2792dcecae3d41ac7c5baac26a74e.tar.gz
Make sure our /tmp is always read write for everyone on boot.
Now set to 1777.
Diffstat (limited to 'etc/rc')
-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