Lines Matching refs:mntpoint
47 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
52 mount /dev/md$mdstart $mntpoint
53 chmod 777 $mntpoint
54 mkdir $mntpoint/root
56 cp /tmp/setuid $mntpoint/root/nop
57 chown nobody:nobody $mntpoint/root/nop
58 chmod 4755 $mntpoint/root/nop
60 chmod 777 $mntpoint/root
63 ./setuid $mntpoint/root 1
64 ./setuid $mntpoint/root 2
65 ./setuid $mntpoint/root 3
66 ./setuid $mntpoint/root 4
67 ./setuid $mntpoint/root 5
68 ./setuid $mntpoint/root 6
69 ./setuid $mntpoint/root 7
71 while mount | grep "on $mntpoint " | grep -q /dev/md; do
72 umount $mntpoint || sleep 1