freebsd-dev/usr.sbin/jail
Robert Watson a5ca5c1a75 A variety of content cleanups:
(1) Document the notion of using jail(8) to run "virtual servers" or
    just to constrain specific applications.  If only running specific
    applications, some configuration steps are unnecessary (such as
    editing rc.conf).

(2) Add some more subsection headers to break up the bigger chunks of
    text.

(3) Clarify the problems associated with applications binding all IP
    addresses in the host, and attempt to be more specific about
    potential application problems.  Document how to force sshd to
    bind the the right socket.

(4) Suggest that in a jailed application scenario, you might want to
    have the host syslogd listen on the socket in the jail, rather
    than running syslogd in the jail.

(5) Catch another reference to /stand/sysinstall.

Approved by:	re (bmah implicitly)
2003-11-20 03:47:50 +00:00
..
jail.8 A variety of content cleanups: 2003-11-20 03:47:50 +00:00
jail.c add FBSDID 2003-07-06 12:44:11 +00:00
Makefile o Add -u <username> flag to jail(8): set user context before exec. 2003-03-27 12:16:58 +00:00