Path: utzoo!attcan!uunet!cs.utexas.edu!rice!sun-spots-request From: jsb@cs.brown.edu (John Bazik) Newsgroups: comp.sys.sun Subject: Sparcstation Floppy Utils Keywords: Miscellaneous Message-ID: <8806@brazos.Rice.edu> Date: 12 Jun 90 20:13:16 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 208, message 14 So, I finally got around to working on that patch to my (recently advertised) mntflop utility to prevent it from mounting trojan floppies with special files on them. After mounting the disc, I fork/exec "ncheck -s" and watch the output. Problem is, this takes awhile, and there's nothing to stop someone from kill -9'ing the process and leaving the disc mounted. Any suggestions? What's really needed is what one person reported hpux does: mounting nosuid also disables special files. John