fix mount options for /tmp
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jul 2005 15:32:48 +0000 (15:32 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jul 2005 15:32:48 +0000 (15:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1307 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/target/default/target_skeleton/sbin/mount_root

index eef55b4..b4ec2ca 100755 (executable)
@@ -20,6 +20,6 @@ if [ "$1" != "failsafe" ]; then
                umount /rom/proc rom/dev >&-
        fi
 fi
-mount none /tmp -t tmpfs size=50%
+mount none /tmp -t tmpfs -o nosuid,nodev,mode=1777,size=50%
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts
This page took 0.026463 seconds and 4 git commands to generate.