Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!clark.wbst@PARC-MAXC.ARPA
From: clark.wbst@PARC-MAXC.ARPA
Newsgroups: net.unix-wizards
Subject: Secure Shell
Message-ID: <2597@sri-arpa.UUCP>
Date: Mon, 27-Jun-83 11:08:00 EDT
Article-I.D.: sri-arpa.2597
Posted: Mon Jun 27 11:08:00 1983
Date-Received: Thu, 30-Jun-83 23:59:33 EDT
Lines: 11

I did it to the V6 shell by simply changing all system calls from
write to write1, etc.  My system calls then analyzed the arguments 
and bombed out if it did not like them.  This consisted mostly of
passing only path names starting with the login directory name,
a system wide 'bin' with safe commands, modified like the shell,
and any path not starting with / and having no .. in it.  Since
ln was not available, and no development tools, they could not
make their own programs, other than by the far fetched way of
typing the object in.  I used it to give lab practicals.

--Ray Clark