IPB
>  Man Pages > Unix > FreeBSD 6.2 > Section 2 > jail_attach man page

jail_attach man page

Section 2 - FreeBSD 6.2 Man Pages

Other operating system man pages available here


Advanced Search

Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!


JAIL(2)                   FreeBSD System Calls Manual                  JAIL(2)


NAME

     jail, jail_attach -- imprison current process and future descendants


LIBRARY

     Standard C Library (libc, -lc)


SYNOPSIS

     #include <sys/param.h>
     #include <sys/jail.h>

     int
     jail(struct jail *jail);

     int
     jail_attach(int jid);


DESCRIPTION

     The jail() system call sets up a jail and locks the current process in
     it.

     The argument is a pointer to a structure describing the prison:

           struct jail {
                   u_int32_t       version;
                   char            *path;
                   char            *hostname;
                   u_int32_t       ip_number;
           };

     ``version'' defines the version of the API in use.  It should be set to
     zero at this time.

     The ``path'' pointer should be set to the directory which is to be the
     root of the prison.

     The ``hostname'' pointer can be set to the hostname of the prison.  This
     can be changed from the inside of the prison.

     The ``ip_number'' can be set to the IP number assigned to the prison.

     The jail_attach() system call attaches the current process to an existing
     jail, identified by jid.


RETURN VALUES

     If successful, jail() returns a non-negative integer, termed the jail
     identifier (JID).  It returns -1 on failure, and sets errno to indicate
     the error.

     The jail_attach() function returns the value 0 if successful; otherwise
     the value -1 is returned and the global variable errno is set to indicate
     the error.


PRISON?

     Once a process has been put in a prison, it and its descendants cannot
     escape the prison.

     Inside the prison, the concept of ``superuser'' is very diluted.  In gen-
     eral, it can be assumed that nothing can be mangled from inside a prison
     which does not exist entirely inside that prison.  For instance the
     directory tree below ``path'' can be manipulated all the ways a root can
     normally do it, including ``rm -rf /*'' but new device special nodes can-
     not be created because they reference shared resources (the device driv-
     ers in the kernel).  The effective ``securelevel'' for a process is the
     greater of the global ``securelevel'' or, if present, the per-jail
     ``securelevel''.

     All IP activity will be forced to happen to/from the IP number specified,
     which should be an alias on one of the network interfaces.

     It is possible to identify a process as jailed by examining
     ``/proc/<pid>/status'': it will show a field near the end of the line,
     either as a single hyphen for a process at large, or the hostname cur-
     rently set for the prison for jailed processes.


ERRORS

     The jail() system call will fail if:

     [EINVAL]           The version number of the argument is not correct.

     Further jail() calls chroot(2) internally, so it can fail for all the
     same reasons.  Please consult the chroot(2) manual page for details.


SEE ALSO

     chdir(2), chroot(2)


HISTORY

     The jail() system call appeared in FreeBSD 4.0.  The jail_attach() system
     call appeared in FreeBSD 5.1.


AUTHORS

     The jail feature was written by Poul-Henning Kamp for R&D Associates
     ``http://www.rndassociates.com/'' who contributed it to FreeBSD.

FreeBSD 6.2                      April 8, 2003                     FreeBSD 6.2


Man(1) output converted with man2html and wrapped by fishsponge

This page was generated on Wed Sep 19 20:03:39 BST 2007

Your favourite pages:

No pages logged yet.
Trying to save cookie...

Top 10 most popular pages:

sqlite3 man page (5326 hits)
(openSUSE 10.2)

svn man page (5197 hits)
(FreeBSD 6.2)

adv_cap_autoneg man page (4869 hits)
(Solaris 10 11_06)

CPAN man page (4604 hits)
(Suse Linux 10.1)

ssh man page (4341 hits)
(Suse Linux 10.1)

ssh-socks5-proxy-connect man page (2859 hits)
(Solaris 10 11_06)

netcat man page (2701 hits)
(Suse Linux 10.1)

pprosetup man page (2480 hits)
(Solaris 10 11_06)

startproc man page (2466 hits)
(Suse Linux 10.1)

signal man page (2399 hits)
(Suse Linux 10.1)

Useful Links

Go Back

Visitor Statistics


Valid XHTML 1.0 Transitional     Valid CSS!

Partners: Cambridge Plus :: Pyrenees Mountain Holidays :: 3D Mechanical Design :: <Link Available>
Unix Man Pages / Linux Man Pages :: HiFi Forum :: SIP VoIP Phone & Provider Reviews :: UNIX/Linux Forum Archives

More info on advertising on Unix/Linux Forum