1.\" 2.\" Copyright (c) 2000, 2003 Robert N. M. Watson 3.\" Copyright (c) 2008 James Gritton 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" SUCH DAMAGE. 26.\" 27.\" 28.\" ---------------------------------------------------------------------------- 29.\" "THE BEER-WARE LICENSE" (Revision 42): 30.\" <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you 31.\" can do whatever you want with this stuff. If we meet some day, and you think 32.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 33.\" ---------------------------------------------------------------------------- 34.\" 35.\" $FreeBSD$ 36.\" 37.Dd October 18, 2009 38.Dt JAIL 8 39.Os 40.Sh NAME 41.Nm jail 42.Nd "create or modify a system jail" 43.Sh SYNOPSIS 44.Nm 45.Op Fl dhi 46.Op Fl J Ar jid_file 47.Op Fl l u Ar username | Fl U Ar username 48.Op Fl c | m 49.Op Ar parameter=value ... 50.Br 51.Nm 52.Op Fl hi 53.Op Fl n Ar jailname 54.Op Fl J Ar jid_file 55.Op Fl s Ar securelevel 56.Op Fl l u Ar username | Fl U Ar username 57.Op Ar path hostname [ip[,..]] command ... 58.Br 59.Nm 60.Op Fl r Ar jail 61.Sh DESCRIPTION 62The 63.Nm 64utility creates a new jail or modifies an existing jail, optionally 65imprisoning the current process (and future descendants) inside it. 66.Pp 67The options are as follows: 68.Bl -tag -width indent 69.It Fl d 70Allow making changes to a 71.Va 72dying jail. 73.It Fl h 74Resolve the 75.Va host.hostname 76parameter (or 77.Va hostname ) 78and add all IP addresses returned by the resolver 79to the list of 80.Va ip 81addresses for this prison. 82This may affect default address selection for outgoing IPv4 connections 83of prisons. 84The address first returned by the resolver for each address family 85will be used as primary address. 86See the 87.Va ip4.addr 88and 89.Va ip6.addr 90parameters further down for details. 91.It Fl i 92Output the jail identifier of the newly created jail. 93.It Fl n Ar jailname 94Set the jail's name. 95This is deprecated and is equivalent to setting the 96.Va name 97parameter. 98.It Fl J Ar jid_file 99Write a 100.Ar jid_file 101file, containing jail identifier, path, hostname, IP and 102command used to start the jail. 103.It Fl l 104Run program in the clean environment. 105The environment is discarded except for 106.Ev HOME , SHELL , TERM 107and 108.Ev USER . 109.Ev HOME 110and 111.Ev SHELL 112are set to the target login's default values. 113.Ev USER 114is set to the target login. 115.Ev TERM 116is imported from the current environment. 117The environment variables from the login class capability database for the 118target login are also set. 119.It Fl s Ar securelevel 120Set the 121.Va kern.securelevel 122MIB entry to the specified value inside the newly created jail. 123This is deprecated and is equivalent to setting the 124.Va securelevel 125parameter. 126.It Fl u Ar username 127The user name from host environment as whom the 128.Ar command 129should run. 130.It Fl U Ar username 131The user name from jailed environment as whom the 132.Ar command 133should run. 134.It Fl c 135Create a new jail. 136The 137.Va jid 138and 139.Va name 140parameters (if specified) must not refer to an existing jail. 141.It Fl m 142Modify an existing jail. 143One of the 144.Va jid 145or 146.Va name 147parameters must exist and refer to an existing jail. 148.It Fl cm 149Create a jail if it does not exist, or modify a jail if it does exist. 150.It Fl r 151Remove the 152.Ar jail 153specified by jid or name. 154All jailed processes are killed, and all children of this jail are also 155removed. 156.El 157.Pp 158At least one of the 159.Fl c , 160.Fl m 161or 162.Fl r 163options must be specified. 164.Pp 165.Ar Parameters 166are listed in 167.Dq name=value 168form, following the options. 169Some parameters are boolean, and do not have a value but are set by the 170name alone with or without a 171.Dq no 172prefix, e.g. 173.Va persist 174or 175.Va nopersist . 176Any parameters not set will be given default values, often based on the 177current environment. 178.Pp 179The pseudo-parameter 180.Va command 181specifies that the current process should enter the new (or modified) jail, 182and run the specified command. 183It must be the last parameter specified, because it includes not only 184the value following the 185.Sq = 186sign, but also passes the rest of the arguments to the command. 187.Pp 188Instead of supplying named 189.Ar parameters , 190four fixed parameters may be supplied in order on the command line: 191.Ar path , 192.Ar hostname , 193.Ar ip , 194and 195.Ar command . 196As the 197.Va jid 198and 199.Va name 200parameters aren't in this list, this mode will always create a new jail, and 201the 202.Fl c 203and 204.Fl m 205options don't apply (and must not exist). 206.Pp 207Jails have a set a core parameters, and modules can add their own jail 208parameters. 209The current set of available parameters can be retrieved via 210.Dq Nm sysctl Fl d Va security.jail.param . 211The core parameters are: 212.Bl -tag -width indent 213.It Va jid 214The jail identifier. 215This will be assigned automatically to a new jail (or can be explicitly 216set), and can be used to identify the jail for later modification, or 217for such commands as 218.Xr jls 8 219or 220.Xr jexec 8 . 221.It Va name 222The jail name. 223This is an arbitrary string that identifies a jail (except it may not 224contain a 225.Sq \&. ) . 226Like the 227.Va jid , 228it can be passed to later 229.Nm 230commands, or to 231.Xr jls 8 232or 233.Xr jexec 8 . 234If no 235.Va name 236is supplied, a default is assumed that is the same as the 237.Va jid . 238.It Va path 239Directory which is to be the root of the prison. 240The 241.Va command 242(if any) is run from this directory, as are commands from 243.Xr jexec 8 . 244.It Va ip4.addr 245A comma-separated list of IPv4 addresses assigned to the prison. 246If this is set, the jail is restricted to using only these address. 247Any attempts to use other addresses fail, and attempts to use wildcard 248addresses silently use the jailed address instead. 249For IPv4 the first address given will be kept used as the source address 250in case source address selection on unbound sockets cannot find a better 251match. 252It is only possible to start multiple jails with the same IP address, 253if none of the jails has more than this single overlapping IP address 254assigned to itself. 255.It Va ip4 256Control the availablity of IPv4 addresses. 257Possible values are 258.Dq inherit 259to allow unrestricted access to all system addresses, 260.Dq new 261to restrict addresses via 262.Va ip4.addr 263above, and 264.Dq disable 265to stop the jail from using IPv4 entirely. 266Setting the 267.Va ip4.addr 268parameter implies a value of 269.Dq new . 270.It Va ip6.addr , Va ip6 271A list of IPv6 addresses assigned to the prison, the counterpart to 272.Va ip4.addr 273and 274.Va ip4 275above. 276.It Va host.hostname 277Hostname of the prison. 278Other similar parameters are 279.Va host.domainname , 280.Va host.hostuuid 281and 282.Va host.hostid . 283.It Va host 284Set the origin of hostname and related information. 285Possible values are 286.Dq inherit 287to use the system information and 288.Dq new 289for the jail to use the information from the above fields. 290Setting any of the above fields implies a value of 291.Dq new . 292.It Va securelevel 293The value of the jail's 294.Va kern.securelevel 295sysctl. 296A jail never has a lower securelevel than the default system, but by 297setting this parameter it may have a higher one. 298If the system securelevel is changed, any jail securelevels will be at 299least as secure. 300.It Va children.max 301The number of child jails allowed to be created by this jail (or by 302other jails under this jail). 303This limit is zero by default, indicating the jail is not allowed to 304create child jails. 305See the 306.Va "Hierarchical Jails" 307section for more information. 308.It Va children.cur 309The number of descendents of this jail, including its own child jails 310and any jails created under them. 311.It Va enforce_statfs 312This determines which information processes in a jail are able to get 313about mount points. 314It affects the behaviour of the following syscalls: 315.Xr statfs 2 , 316.Xr fstatfs 2 , 317.Xr getfsstat 2 318and 319.Xr fhstatfs 2 320(as well as similar compatibility syscalls). 321When set to 0, all mount points are available without any restrictions. 322When set to 1, only mount points below the jail's chroot directory are 323visible. 324In addition to that, the path to the jail's chroot directory is removed 325from the front of their pathnames. 326When set to 2 (default), above syscalls can operate only on a mount-point 327where the jail's chroot directory is located. 328.It Va persist 329Setting this boolean parameter allows a jail to exist without any 330processes. 331Normally, a jail is destroyed as its last process exits. 332A new jail must have either the 333.Va persist 334parameter or 335.Va command 336pseudo-parameter set. 337.It Va cpuset.id 338The ID of the cpuset associated with this jail (read-only). 339.It Va dying 340This is true if the jail is in the process of shutting down (read-only). 341.It Va parent 342The 343.Va jid 344of the parent of this jail, or zero if this is a top-level jail 345(read-only). 346.It Va allow.* 347Some restrictions of the jail environment may be set on a per-jail 348basis. 349With the exception of 350.Va allow.set_hostname , 351these boolean parameters are off by default. 352.Bl -tag -width indent 353.It Va allow.set_hostname 354The jail's hostname may be changed via 355.Xr hostname 1 356or 357.Xr sethostname 3 . 358.It Va allow.sysvipc 359A process within the jail has access to System V IPC primitives. 360In the current jail implementation, System V primitives share a single 361namespace across the host and jail environments, meaning that processes 362within a jail would be able to communicate with (and potentially interfere 363with) processes outside of the jail, and in other jails. 364.It Va allow.raw_sockets 365The prison root is allowed to create raw sockets. 366Setting this parameter allows utilities like 367.Xr ping 8 368and 369.Xr traceroute 8 370to operate inside the prison. 371If this is set, the source IP addresses are enforced to comply 372with the IP address bound to the jail, regardless of whether or not 373the 374.Dv IP_HDRINCL 375flag has been set on the socket. 376Since raw sockets can be used to configure and interact with various 377network subsystems, extra caution should be used where privileged access 378to jails is given out to untrusted parties. 379.It Va allow.chflags 380Normally, privileged users inside a jail are treated as unprivileged by 381.Xr chflags 2 . 382When this parameter is set, such users are treated as privileged, and 383may manipulate system file flags subject to the usual constraints on 384.Va kern.securelevel . 385.It Va allow.mount 386privileged users inside the jail will be able to mount and unmount file 387system types marked as jail-friendly. 388The 389.Xr lsvfs 1 390command can be used to find file system types available for mount from 391within a jail. 392.It Va allow.quotas 393The prison root may administer quotas on the jail's filesystem(s). 394This includes filesystems that the jail may share with other jails or 395with non-jailed parts of the system. 396.It Va allow.socket_af 397Sockets within a jail are normally restricted to IPv4, IPv6, local 398(UNIX), and route. This allows access to other protocol stacks that 399have not had jail functionality added to them. 400.El 401.El 402.Pp 403Jails are typically set up using one of two philosophies: either to 404constrain a specific application (possibly running with privilege), or 405to create a 406.Dq "virtual system image" 407running a variety of daemons and services. 408In both cases, a fairly complete file system install of 409.Fx 410is 411required, so as to provide the necessary command line tools, daemons, 412libraries, application configuration files, etc. 413However, for a virtual server configuration, a fair amount of 414additional work is required so as to configure the 415.Dq boot 416process. 417This manual page documents the configuration steps necessary to support 418either of these steps, although the configuration steps may be 419refined based on local requirements. 420.Sh EXAMPLES 421.Ss "Setting up a Jail Directory Tree" 422To set up a jail directory tree containing an entire 423.Fx 424distribution, the following 425.Xr sh 1 426command script can be used: 427.Bd -literal 428D=/here/is/the/jail 429cd /usr/src 430mkdir -p $D 431make world DESTDIR=$D 432make distribution DESTDIR=$D 433mount -t devfs devfs $D/dev 434.Ed 435.Pp 436NOTE: It is important that only appropriate device nodes in devfs be 437exposed to a jail; access to disk devices in the jail may permit processes 438in the jail to bypass the jail sandboxing by modifying files outside of 439the jail. 440See 441.Xr devfs 8 442for information on how to use devfs rules to limit access to entries 443in the per-jail devfs. 444A simple devfs ruleset for jails is available as ruleset #4 in 445.Pa /etc/defaults/devfs.rules . 446.Pp 447In many cases this example would put far more in the jail than needed. 448In the other extreme case a jail might contain only one file: 449the executable to be run in the jail. 450.Pp 451We recommend experimentation and caution that it is a lot easier to 452start with a 453.Dq fat 454jail and remove things until it stops working, 455than it is to start with a 456.Dq thin 457jail and add things until it works. 458.Ss "Setting Up a Jail" 459Do what was described in 460.Sx "Setting Up a Jail Directory Tree" 461to build the jail directory tree. 462For the sake of this example, we will 463assume you built it in 464.Pa /data/jail/192.0.2.100 , 465named for the jailed IP address. 466Substitute below as needed with your 467own directory, IP address, and hostname. 468.Ss "Setting up the Host Environment" 469First, you will want to set up your real system's environment to be 470.Dq jail-friendly . 471For consistency, we will refer to the parent box as the 472.Dq "host environment" , 473and to the jailed virtual machine as the 474.Dq "jail environment" . 475Since jail is implemented using IP aliases, one of the first things to do 476is to disable IP services on the host system that listen on all local 477IP addresses for a service. 478If a network service is present in the host environment that binds all 479available IP addresses rather than specific IP addresses, it may service 480requests sent to jail IP addresses if the jail did not bind the port. 481This means changing 482.Xr inetd 8 483to only listen on the 484appropriate IP address, and so forth. 485Add the following to 486.Pa /etc/rc.conf 487in the host environment: 488.Bd -literal -offset indent 489sendmail_enable="NO" 490inetd_flags="-wW -a 192.0.2.23" 491rpcbind_enable="NO" 492.Ed 493.Pp 494.Li 192.0.2.23 495is the native IP address for the host system, in this example. 496Daemons that run out of 497.Xr inetd 8 498can be easily set to use only the specified host IP address. 499Other daemons 500will need to be manually configured\(emfor some this is possible through 501the 502.Xr rc.conf 5 503flags entries; for others it is necessary to modify per-application 504configuration files, or to recompile the applications. 505The following frequently deployed services must have their individual 506configuration files modified to limit the application to listening 507to a specific IP address: 508.Pp 509To configure 510.Xr sshd 8 , 511it is necessary to modify 512.Pa /etc/ssh/sshd_config . 513.Pp 514To configure 515.Xr sendmail 8 , 516it is necessary to modify 517.Pa /etc/mail/sendmail.cf . 518.Pp 519For 520.Xr named 8 , 521it is necessary to modify 522.Pa /etc/namedb/named.conf . 523.Pp 524In addition, a number of services must be recompiled in order to run 525them in the host environment. 526This includes most applications providing services using 527.Xr rpc 3 , 528such as 529.Xr rpcbind 8 , 530.Xr nfsd 8 , 531and 532.Xr mountd 8 . 533In general, applications for which it is not possible to specify which 534IP address to bind should not be run in the host environment unless they 535should also service requests sent to jail IP addresses. 536Attempting to serve 537NFS from the host environment may also cause confusion, and cannot be 538easily reconfigured to use only specific IPs, as some NFS services are 539hosted directly from the kernel. 540Any third-party network software running 541in the host environment should also be checked and configured so that it 542does not bind all IP addresses, which would result in those services' also 543appearing to be offered by the jail environments. 544.Pp 545Once 546these daemons have been disabled or fixed in the host environment, it is 547best to reboot so that all daemons are in a known state, to reduce the 548potential for confusion later (such as finding that when you send mail 549to a jail, and its sendmail is down, the mail is delivered to the host, 550etc.). 551.Ss "Configuring the Jail" 552Start any jail for the first time without configuring the network 553interface so that you can clean it up a little and set up accounts. 554As 555with any machine (virtual or not) you will need to set a root password, time 556zone, etc. 557Some of these steps apply only if you intend to run a full virtual server 558inside the jail; others apply both for constraining a particular application 559or for running a virtual server. 560.Pp 561Start a shell in the jail: 562.Pp 563.Bd -literal -offset indent 564jail -c path=/data/jail/192.0.2.100 host.hostname=testhostname \\ 565 ip4.addr=192.0.2.100 command=/bin/sh 566.Ed 567.Pp 568Assuming no errors, you will end up with a shell prompt within the jail. 569You can now run 570.Pa /usr/sbin/sysinstall 571and do the post-install configuration to set various configuration options, 572or perform these actions manually by editing 573.Pa /etc/rc.conf , 574etc. 575.Pp 576.Bl -bullet -offset indent -compact 577.It 578Create an empty 579.Pa /etc/fstab 580to quell startup warnings about missing fstab (virtual server only) 581.It 582Disable the port mapper 583.Pa ( /etc/rc.conf : 584.Li rpcbind_enable="NO" ) 585(virtual server only) 586.It 587Configure 588.Pa /etc/resolv.conf 589so that name resolution within the jail will work correctly 590.It 591Run 592.Xr newaliases 1 593to quell 594.Xr sendmail 8 595warnings. 596.It 597Disable interface configuration to quell startup warnings about 598.Xr ifconfig 8 599.Pq Li network_interfaces="" 600(virtual server only) 601.It 602Set a root password, probably different from the real host system 603.It 604Set the timezone 605.It 606Add accounts for users in the jail environment 607.It 608Install any packages the environment requires 609.El 610.Pp 611You may also want to perform any package-specific configuration (web servers, 612SSH servers, etc), patch up 613.Pa /etc/syslog.conf 614so it logs as you would like, etc. 615If you are not using a virtual server, you may wish to modify 616.Xr syslogd 8 617in the host environment to listen on the syslog socket in the jail 618environment; in this example, the syslog socket would be stored in 619.Pa /data/jail/192.0.2.100/var/run/log . 620.Pp 621Exit from the shell, and the jail will be shut down. 622.Ss "Starting the Jail" 623You are now ready to restart the jail and bring up the environment with 624all of its daemons and other programs. 625If you are running a single application in the jail, substitute the 626command used to start the application for 627.Pa /etc/rc 628in the examples below. 629To start a virtual server environment, 630.Pa /etc/rc 631is run to launch various daemons and services. 632To do this, first bring up the 633virtual host interface, and then start the jail's 634.Pa /etc/rc 635script from within the jail. 636.Bd -literal -offset indent 637ifconfig ed0 inet alias 192.0.2.100/32 638mount -t procfs proc /data/jail/192.0.2.100/proc 639jail -c path=/data/jail/192.0.2.100 host.hostname=testhostname \\ 640 ip4.addr=192.0.2.100 command=/bin/sh /etc/rc 641.Ed 642.Pp 643A few warnings will be produced, because most 644.Xr sysctl 8 645configuration variables cannot be set from within the jail, as they are 646global across all jails and the host environment. 647However, it should all 648work properly. 649You should be able to see 650.Xr inetd 8 , 651.Xr syslogd 8 , 652and other processes running within the jail using 653.Xr ps 1 , 654with the 655.Ql J 656flag appearing beside jailed processes. 657To see an active list of jails, use the 658.Xr jls 8 659utility. 660You should also be able to 661.Xr telnet 1 662to the hostname or IP address of the jailed environment, and log 663in using the accounts you created previously. 664.Pp 665It is possible to have jails started at boot time. 666Please refer to the 667.Dq jail_* 668variables in 669.Xr rc.conf 5 670for more information. 671The 672.Xr rc 8 673jail script provides a flexible system to start/stop jails: 674.Bd -literal 675/etc/rc.d/jail start 676/etc/rc.d/jail stop 677/etc/rc.d/jail start myjail 678/etc/rc.d/jail stop myjail 679.Ed 680.Ss "Managing the Jail" 681Normal machine shutdown commands, such as 682.Xr halt 8 , 683.Xr reboot 8 , 684and 685.Xr shutdown 8 , 686cannot be used successfully within the jail. 687To kill all processes in a 688jail, you may log into the jail and, as root, use one of the following 689commands, depending on what you want to accomplish: 690.Pp 691.Bd -literal -offset indent 692kill -TERM -1 693kill -KILL -1 694.Ed 695.Pp 696This will send the 697.Dv SIGTERM 698or 699.Dv SIGKILL 700signals to all processes in the jail from within the jail. 701Depending on 702the intended use of the jail, you may also want to run 703.Pa /etc/rc.shutdown 704from within the jail. 705To kill processes from outside the jail, use the 706.Xr jexec 8 707utility in conjunction with the one of the 708.Xr kill 1 709commands above. 710You may also remove the jail with 711.Nm 712.Ar -r , 713which will killall the jail's processes with 714.Dv SIGKILL . 715.Pp 716The 717.Pa /proc/ Ns Ar pid Ns Pa /status 718file contains, as its last field, the name of the jail in which the 719process runs, or 720.Dq Li - 721to indicate that the process is not running within a jail. 722The 723.Xr ps 1 724command also shows a 725.Ql J 726flag for processes in a jail. 727.Pp 728You can also list/kill processes based on their jail ID. 729To show processes and their jail ID, use the following command: 730.Pp 731.Dl "ps ax -o pid,jid,args" 732.Pp 733To show and then kill processes in jail number 3 use the following commands: 734.Bd -literal -offset indent 735pgrep -lfj 3 736pkill -j 3 737.Ed 738or: 739.Pp 740.Dl "killall -j 3" 741.Ss "Jails and File Systems" 742It is not possible to 743.Xr mount 8 744or 745.Xr umount 8 746any file system inside a jail unless the file system is marked 747jail-friendly and the jail's 748.Va allow.mount 749parameter is set. 750.Pp 751Multiple jails sharing the same file system can influence each other. 752For example a user in one jail can fill the file system also 753leaving no space for processes in the other jail. 754Trying to use 755.Xr quota 1 756to prevent this will not work either as the file system quotas 757are not aware of jails but only look at the user and group IDs. 758This means the same user ID in two jails share the same file 759system quota. 760One would need to use one file system per jail to make this work. 761.Ss "Sysctl MIB Entries" 762The read-only entry 763.Va security.jail.jailed 764can be used to determine if a process is running inside a jail (value 765is one) or not (value is zero). 766.Pp 767The variable 768.Va security.jail.max_af_ips 769determines how may address per address family a prison may have. 770The default is 255. 771.Pp 772Some MIB variables have per-jail settings. 773Changes to these variables by a jailed process do not effect the host 774environment, only the jail environment. 775These variables are 776.Va kern.securelevel , 777.Va kern.hostname , 778.Va kern.domainname , 779.Va kern.hostid , 780and 781.Va kern.hostuuid . 782.Ss "Hierarchical Jails" 783By setting a jail's 784.Va children.max 785parameter, processes within a jail may be able to create jails of their own. 786These child jails are kept in a hierarchy, with jails only able to see and/or 787modify the jails they created (or those jails' children). 788Each jail has a read-only 789.Va parent 790parameter, containing the 791.Va jid 792of the jail that created it; a 793.Va jid 794of 0 indicates the jail is a child of the current jail (or is a top-level 795jail if the current process isn't jailed). 796.Pp 797Jailed processes are not allowed to confer greater permissions than they 798themselves are given, e.g. if a jail is created with 799.Va allow.nomount , 800it is not able to create a jail with 801.Va allow.mount 802set. 803Similarly, such restrictions as 804.Va ip4.addr 805and 806.Va securelevel 807may not be bypassed in child jails. 808.Pp 809A child jail may in turn create its own child jails if its own 810.Va children.max 811parameter is set (remember it is zero by default). 812These jails are visible to and can be modified by their parent and all 813ancestors. 814.Pp 815Jail names reflect this hierarchy, with a full name being an MIB-type string 816separated by dots. 817For example, if a base system process creates a jail 818.Dq foo , 819and a process under that jail creates another jail 820.Dq bar , 821then the second jail will be seen as 822.Dq foo.bar 823in the base system (though it is only seen as 824.Dq bar 825to any processes inside jail 826.Dq foo ) . 827Jids on the other hand exist in a single space, and each jail must have a 828unique jid. 829.Pp 830Like the names, a child jail's 831.Va path 832is relative to its creator's own 833.Va path . 834This is by virtue of the child jail being created in the chrooted 835environment of the first jail. 836.Sh SEE ALSO 837.Xr killall 1 , 838.Xr lsvfs 1 , 839.Xr newaliases 1 , 840.Xr pgrep 1 , 841.Xr pkill 1 , 842.Xr ps 1 , 843.Xr quota 1 , 844.Xr chroot 2 , 845.Xr jail_set 2 , 846.Xr jail_attach 2 , 847.Xr procfs 5 , 848.Xr rc.conf 5 , 849.Xr sysctl.conf 5 , 850.Xr devfs 8 , 851.Xr halt 8 , 852.Xr inetd 8 , 853.Xr jexec 8 , 854.Xr jls 8 , 855.Xr mount 8 , 856.Xr named 8 , 857.Xr reboot 8 , 858.Xr rpcbind 8 , 859.Xr sendmail 8 , 860.Xr shutdown 8 , 861.Xr sysctl 8 , 862.Xr syslogd 8 , 863.Xr umount 8 864.Sh HISTORY 865The 866.Nm 867utility appeared in 868.Fx 4.0 . 869Hierarchical/extensible jails were introduced in 870.Fx 8.0 . 871.Sh AUTHORS 872.An -nosplit 873The jail feature was written by 874.An Poul-Henning Kamp 875for R&D Associates 876.Pa http://www.rndassociates.com/ 877who contributed it to 878.Fx . 879.Pp 880.An Robert Watson 881wrote the extended documentation, found a few bugs, added 882a few new features, and cleaned up the userland jail environment. 883.Pp 884.An Bjoern A. Zeeb 885added multi-IP jail support for IPv4 and IPv6 based on a patch 886originally done by 887.An Pawel Jakub Dawidek 888for IPv4. 889.Pp 890.An James Gritton 891added the extensible jail parameters and hierchical jails. 892.Sh BUGS 893Jail currently lacks the ability to allow access to 894specific jail information via 895.Xr ps 1 896as opposed to 897.Xr procfs 5 . 898Similarly, it might be a good idea to add an 899address alias flag such that daemons listening on all IPs 900.Pq Dv INADDR_ANY 901will not bind on that address, which would facilitate building a safe 902host environment such that host daemons do not impose on services offered 903from within jails. 904Currently, the simplest answer is to minimize services 905offered on the host, possibly limiting it to services offered from 906.Xr inetd 8 907which is easily configurable. 908