freebsd-dev/bin
Poul-Henning Kamp 75c1354190 This Implements the mumbled about "Jail" feature.
This is a seriously beefed up chroot kind of thing.  The process
is jailed along the same lines as a chroot does it, but with
additional tough restrictions imposed on what the superuser can do.

For all I know, it is safe to hand over the root bit inside a
prison to the customer living in that prison, this is what
it was developed for in fact:  "real virtual servers".

Each prison has an ip number associated with it, which all IP
communications will be coerced to use and each prison has its own
hostname.

Needless to say, you need more RAM this way, but the advantage is
that each customer can run their own particular version of apache
and not stomp on the toes of their neighbors.

It generally does what one would expect, but setting up a jail
still takes a little knowledge.

A few notes:

   I have no scripts for setting up a jail, don't ask me for them.

   The IP number should be an alias on one of the interfaces.

   mount a /proc in each jail, it will make ps more useable.

   /proc/<pid>/status tells the hostname of the prison for
   jailed processes.

   Quotas are only sensible if you have a mountpoint per prison.

   There are no privisions for stopping resource-hogging.

   Some "#ifdef INET" and similar may be missing (send patches!)

If somebody wants to take it from here and develop it into
more of a "virtual machine" they should be most welcome!

Tools, comments, patches & documentation most welcome.

Have fun...

Sponsored by:   http://www.rndassociates.com/
Run for almost a year by:       http://www.servetheweb.com/
1999-04-28 11:38:52 +00:00
..
cat Fix minor style bugs noticed by the Bruce Filter.[tm] 1998-09-13 19:54:54 +00:00
chflags Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
chio First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
chmod Free memory obtained from setmode. 1998-12-16 04:42:33 +00:00
cp First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
csh First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
date First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
dd First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
df Removed occurrences of consecutive repeated words (such as "the the"). 1999-02-12 02:12:08 +00:00
domainname Clean up some .Os macro uses: quotes are not needed, multiple arguments 1999-02-15 08:34:14 +00:00
echo Correct use of .Nm. Add rcsid. 1998-05-13 07:39:11 +00:00
ed Silence some warnings when building on the alpha. 1998-08-07 09:39:11 +00:00
expr Add cross-references to test(1) and expr(1) respectively. 1998-12-18 03:16:47 +00:00
hostname Correct use of .Nm. Add rcsid. 1998-05-13 07:47:35 +00:00
kill kill.1: Remove reference to obsolete sigvec(2) man page. Removed 1998-05-18 03:33:11 +00:00
ln Reverted some more of rev.1.9 (emphasize that -H != -h). 1999-04-25 11:58:25 +00:00
ls .Xr chflags 1 , 1999-04-27 23:33:52 +00:00
mkdir Free memory obtained from setmode. 1998-12-16 04:42:33 +00:00
mv Calls one or more of malloc(), warn(), err(), syslog(), execlp() or 1998-10-13 14:52:33 +00:00
pax Rev 1.13 fixes PR bin/8958 1998-12-06 05:49:29 +00:00
ps This Implements the mumbled about "Jail" feature. 1999-04-28 11:38:52 +00:00
pwd Indicate that the thing not found was not /bin/pwd but rather $CWD (or .). 1998-11-21 08:45:22 +00:00
rcp Quick fix to allow transfer files >2GB. 1999-04-25 10:36:00 +00:00
rm Don't emit usage() message when no arguments given to -f. This 1999-02-25 22:18:08 +00:00
rmail Use sendmail-8.9.1 rmail (with our changes). 1998-08-04 15:19:16 +00:00
rmdir Correct use of .Nm. Add rcsid. 1998-05-18 06:40:56 +00:00
sh First set of fixes to keep egcs happy. These include {} around single 1999-04-25 21:13:34 +00:00
sleep Correct use of .Nm. Add rcsid. 1998-05-18 06:51:59 +00:00
stty Fixed printf format errors. 1998-06-28 18:08:54 +00:00
sync Correct use of .Nm. Add section number to .Xr references. Add rcsid. 1998-05-18 06:50:17 +00:00
test Add cross-references to test(1) and expr(1) respectively. 1998-12-18 03:16:47 +00:00
Makefile Split lines into one subdir per line. 1998-08-30 20:22:15 +00:00
Makefile.inc CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minor 1998-12-07 12:44:12 +00:00