START sys/mfs_noperm 2021-04-08T04:00:49Z ==== mount ==== mount_mfs -s1M -o noperm swap /mnt ==== run-regress-locked ==== cc -O2 -pipe -MD -MP -c /usr/src/regress/sys/mfs_noperm/nopermtest.c cc -o nopermtest nopermtest.o chown root:wheel /mnt chmod 700 /mnt su build -c './nopermtest /mnt locked' ==== run-regress-unlocked ==== chown build /mnt chmod 700 /mnt su build -c './nopermtest /mnt unlocked' ==== umount ==== umount -f /mnt PASS sys/mfs_noperm Duration 0m00.72s