<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://50.77.162.165/mediawiki/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Plash</id>
		<title>Plash - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Plash"/>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=Plash&amp;action=history"/>
		<updated>2026-05-02T16:40:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://50.77.162.165/mediawiki/index.php?title=Plash&amp;diff=1614&amp;oldid=prev</id>
		<title>Kevin Reid:&amp;#32;create for the sake of categorization; copied from http://www.eros-os.org/pipermail/cap-talk/2004-December/002546.html</title>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=Plash&amp;diff=1614&amp;oldid=prev"/>
				<updated>2007-11-02T03:33:14Z</updated>
		
		<summary type="html">&lt;p&gt;create for the sake of categorization; copied from http://www.eros-os.org/pipermail/cap-talk/2004-December/002546.html&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://www.cs.jhu.edu/~seaborn/plash/plash.html Plash] is&lt;br /&gt;
a Unix shell which lets you run Unix programs with access only&lt;br /&gt;
to the files and directories they need to run.  Programs are given&lt;br /&gt;
access to files which were passed as command line arguments.&lt;br /&gt;
&lt;br /&gt;
In order to implement this, the filesystem is virtualised.  Each&lt;br /&gt;
process can have its own namespace — its own root directory — which&lt;br /&gt;
can contain a subset of your files.&lt;br /&gt;
&lt;br /&gt;
This is implemented by modifying GNU libc and replacing the system&lt;br /&gt;
calls that use filenames.  For example, &amp;lt;code&amp;gt;open()&amp;lt;/code&amp;gt; is changed so that it&lt;br /&gt;
sends a message to a file server via a socket.  If the request is&lt;br /&gt;
successful, the server sends the client a file descriptor via the&lt;br /&gt;
socket as a result.  Processes are run as the user ‘&amp;lt;code&amp;gt;nobody&amp;lt;/code&amp;gt;’, and in a&lt;br /&gt;
chroot jail, so that they can't access any files using the usual&lt;br /&gt;
system calls, and must go through the file server instead.  This&lt;br /&gt;
approach doesn't require modifying the kernel at all.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Command lines]]&lt;/div&gt;</summary>
		<author><name>Kevin Reid</name></author>	</entry>

	</feed>