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 January 17, 2010 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.saddrsel 256A boolean option to change the formerly mentioned behaviour and disable 257IPv4 source address selection for the prison in favour of the primary 258IPv4 address of the jail. 259Source address selection is enabled by default for all jails and a 260.Va ip4.nosaddrsel 261setting of a parent jail is not inherited for any child jails. 262.It Va ip4 263Control the availablity of IPv4 addresses. 264Possible values are 265.Dq inherit 266to allow unrestricted access to all system addresses, 267.Dq new 268to restrict addresses via 269.Va ip4.addr 270above, and 271.Dq disable 272to stop the jail from using IPv4 entirely. 273Setting the 274.Va ip4.addr 275parameter implies a value of 276.Dq new . 277.It Va ip6.addr , Va ip6.saddrsel , Va ip6 278A set of IPv6 options for the prison, the counterparts to 279.Va ip4.addr , 280.Va ip4.saddrsel 281and 282.Va ip4 283above. 284.It Va host.hostname 285Hostname of the prison. 286Other similar parameters are 287.Va host.domainname , 288.Va host.hostuuid 289and 290.Va host.hostid . 291.It Va host 292Set the origin of hostname and related information. 293Possible values are 294.Dq inherit 295to use the system information and 296.Dq new 297for the jail to use the information from the above fields. 298Setting any of the above fields implies a value of 299.Dq new . 300.It Va securelevel 301The value of the jail's 302.Va kern.securelevel 303sysctl. 304A jail never has a lower securelevel than the default system, but by 305setting this parameter it may have a higher one. 306If the system securelevel is changed, any jail securelevels will be at 307least as secure. 308.It Va children.max 309The number of child jails allowed to be created by this jail (or by 310other jails under this jail). 311This limit is zero by default, indicating the jail is not allowed to 312create child jails. 313See the 314.Va "Hierarchical Jails" 315section for more information. 316.It Va children.cur 317The number of descendents of this jail, including its own child jails 318and any jails created under them. 319.It Va enforce_statfs 320This determines which information processes in a jail are able to get 321about mount points. 322It affects the behaviour of the following syscalls: 323.Xr statfs 2 , 324.Xr fstatfs 2 , 325.Xr getfsstat 2 326and 327.Xr fhstatfs 2 328(as well as similar compatibility syscalls). 329When set to 0, all mount points are available without any restrictions. 330When set to 1, only mount points below the jail's chroot directory are 331visible. 332In addition to that, the path to the jail's chroot directory is removed 333from the front of their pathnames. 334When set to 2 (default), above syscalls can operate only on a mount-point 335where the jail's chroot directory is located. 336.It Va persist 337Setting this boolean parameter allows a jail to exist without any 338processes. 339Normally, a jail is destroyed as its last process exits. 340A new jail must have either the 341.Va persist 342parameter or 343.Va command 344pseudo-parameter set. 345.It Va cpuset.id 346The ID of the cpuset associated with this jail (read-only). 347.It Va dying 348This is true if the jail is in the process of shutting down (read-only). 349.It Va parent 350The 351.Va jid 352of the parent of this jail, or zero if this is a top-level jail 353(read-only). 354.It Va allow.* 355Some restrictions of the jail environment may be set on a per-jail 356basis. 357With the exception of 358.Va allow.set_hostname , 359these boolean parameters are off by default. 360.Bl -tag -width indent 361.It Va allow.set_hostname 362The jail's hostname may be changed via 363.Xr hostname 1 364or 365.Xr sethostname 3 . 366.It Va allow.sysvipc 367A process within the jail has access to System V IPC primitives. 368In the current jail implementation, System V primitives share a single 369namespace across the host and jail environments, meaning that processes 370within a jail would be able to communicate with (and potentially interfere 371with) processes outside of the jail, and in other jails. 372.It Va allow.raw_sockets 373The prison root is allowed to create raw sockets. 374Setting this parameter allows utilities like 375.Xr ping 8 376and 377.Xr traceroute 8 378to operate inside the prison. 379If this is set, the source IP addresses are enforced to comply 380with the IP address bound to the jail, regardless of whether or not 381the 382.Dv IP_HDRINCL 383flag has been set on the socket. 384Since raw sockets can be used to configure and interact with various 385network subsystems, extra caution should be used where privileged access 386to jails is given out to untrusted parties. 387.It Va allow.chflags 388Normally, privileged users inside a jail are treated as unprivileged by 389.Xr chflags 2 . 390When this parameter is set, such users are treated as privileged, and 391may manipulate system file flags subject to the usual constraints on 392.Va kern.securelevel . 393.It Va allow.mount 394privileged users inside the jail will be able to mount and unmount file 395system types marked as jail-friendly. 396The 397.Xr lsvfs 1 398command can be used to find file system types available for mount from 399within a jail. 400.It Va allow.quotas 401The prison root may administer quotas on the jail's filesystem(s). 402This includes filesystems that the jail may share with other jails or 403with non-jailed parts of the system. 404.It Va allow.socket_af 405Sockets within a jail are normally restricted to IPv4, IPv6, local 406(UNIX), and route. This allows access to other protocol stacks that 407have not had jail functionality added to them. 408.El 409.El 410.Pp 411Jails are typically set up using one of two philosophies: either to 412constrain a specific application (possibly running with privilege), or 413to create a 414.Dq "virtual system image" 415running a variety of daemons and services. 416In both cases, a fairly complete file system install of 417.Fx 418is 419required, so as to provide the necessary command line tools, daemons, 420libraries, application configuration files, etc. 421However, for a virtual server configuration, a fair amount of 422additional work is required so as to configure the 423.Dq boot 424process. 425This manual page documents the configuration steps necessary to support 426either of these steps, although the configuration steps may be 427refined based on local requirements. 428.Sh EXAMPLES 429.Ss "Setting up a Jail Directory Tree" 430To set up a jail directory tree containing an entire 431.Fx 432distribution, the following 433.Xr sh 1 434command script can be used: 435.Bd -literal 436D=/here/is/the/jail 437cd /usr/src 438mkdir -p $D 439make world DESTDIR=$D 440make distribution DESTDIR=$D 441mount -t devfs devfs $D/dev 442.Ed 443.Pp 444NOTE: It is important that only appropriate device nodes in devfs be 445exposed to a jail; access to disk devices in the jail may permit processes 446in the jail to bypass the jail sandboxing by modifying files outside of 447the jail. 448See 449.Xr devfs 8 450for information on how to use devfs rules to limit access to entries 451in the per-jail devfs. 452A simple devfs ruleset for jails is available as ruleset #4 in 453.Pa /etc/defaults/devfs.rules . 454.Pp 455In many cases this example would put far more in the jail than needed. 456In the other extreme case a jail might contain only one file: 457the executable to be run in the jail. 458.Pp 459We recommend experimentation and caution that it is a lot easier to 460start with a 461.Dq fat 462jail and remove things until it stops working, 463than it is to start with a 464.Dq thin 465jail and add things until it works. 466.Ss "Setting Up a Jail" 467Do what was described in 468.Sx "Setting Up a Jail Directory Tree" 469to build the jail directory tree. 470For the sake of this example, we will 471assume you built it in 472.Pa /data/jail/192.0.2.100 , 473named for the jailed IP address. 474Substitute below as needed with your 475own directory, IP address, and hostname. 476.Ss "Setting up the Host Environment" 477First, you will want to set up your real system's environment to be 478.Dq jail-friendly . 479For consistency, we will refer to the parent box as the 480.Dq "host environment" , 481and to the jailed virtual machine as the 482.Dq "jail environment" . 483Since jail is implemented using IP aliases, one of the first things to do 484is to disable IP services on the host system that listen on all local 485IP addresses for a service. 486If a network service is present in the host environment that binds all 487available IP addresses rather than specific IP addresses, it may service 488requests sent to jail IP addresses if the jail did not bind the port. 489This means changing 490.Xr inetd 8 491to only listen on the 492appropriate IP address, and so forth. 493Add the following to 494.Pa /etc/rc.conf 495in the host environment: 496.Bd -literal -offset indent 497sendmail_enable="NO" 498inetd_flags="-wW -a 192.0.2.23" 499rpcbind_enable="NO" 500.Ed 501.Pp 502.Li 192.0.2.23 503is the native IP address for the host system, in this example. 504Daemons that run out of 505.Xr inetd 8 506can be easily set to use only the specified host IP address. 507Other daemons 508will need to be manually configured\(emfor some this is possible through 509the 510.Xr rc.conf 5 511flags entries; for others it is necessary to modify per-application 512configuration files, or to recompile the applications. 513The following frequently deployed services must have their individual 514configuration files modified to limit the application to listening 515to a specific IP address: 516.Pp 517To configure 518.Xr sshd 8 , 519it is necessary to modify 520.Pa /etc/ssh/sshd_config . 521.Pp 522To configure 523.Xr sendmail 8 , 524it is necessary to modify 525.Pa /etc/mail/sendmail.cf . 526.Pp 527For 528.Xr named 8 , 529it is necessary to modify 530.Pa /etc/namedb/named.conf . 531.Pp 532In addition, a number of services must be recompiled in order to run 533them in the host environment. 534This includes most applications providing services using 535.Xr rpc 3 , 536such as 537.Xr rpcbind 8 , 538.Xr nfsd 8 , 539and 540.Xr mountd 8 . 541In general, applications for which it is not possible to specify which 542IP address to bind should not be run in the host environment unless they 543should also service requests sent to jail IP addresses. 544Attempting to serve 545NFS from the host environment may also cause confusion, and cannot be 546easily reconfigured to use only specific IPs, as some NFS services are 547hosted directly from the kernel. 548Any third-party network software running 549in the host environment should also be checked and configured so that it 550does not bind all IP addresses, which would result in those services' also 551appearing to be offered by the jail environments. 552.Pp 553Once 554these daemons have been disabled or fixed in the host environment, it is 555best to reboot so that all daemons are in a known state, to reduce the 556potential for confusion later (such as finding that when you send mail 557to a jail, and its sendmail is down, the mail is delivered to the host, 558etc.). 559.Ss "Configuring the Jail" 560Start any jail for the first time without configuring the network 561interface so that you can clean it up a little and set up accounts. 562As 563with any machine (virtual or not) you will need to set a root password, time 564zone, etc. 565Some of these steps apply only if you intend to run a full virtual server 566inside the jail; others apply both for constraining a particular application 567or for running a virtual server. 568.Pp 569Start a shell in the jail: 570.Pp 571.Bd -literal -offset indent 572jail -c path=/data/jail/192.0.2.100 host.hostname=testhostname \\ 573 ip4.addr=192.0.2.100 command=/bin/sh 574.Ed 575.Pp 576Assuming no errors, you will end up with a shell prompt within the jail. 577You can now run 578.Pa /usr/sbin/sysinstall 579and do the post-install configuration to set various configuration options, 580or perform these actions manually by editing 581.Pa /etc/rc.conf , 582etc. 583.Pp 584.Bl -bullet -offset indent -compact 585.It 586Create an empty 587.Pa /etc/fstab 588to quell startup warnings about missing fstab (virtual server only) 589.It 590Disable the port mapper 591.Pa ( /etc/rc.conf : 592.Li rpcbind_enable="NO" ) 593(virtual server only) 594.It 595Configure 596.Pa /etc/resolv.conf 597so that name resolution within the jail will work correctly 598.It 599Run 600.Xr newaliases 1 601to quell 602.Xr sendmail 8 603warnings. 604.It 605Disable interface configuration to quell startup warnings about 606.Xr ifconfig 8 607.Pq Li network_interfaces="" 608(virtual server only) 609.It 610Set a root password, probably different from the real host system 611.It 612Set the timezone 613.It 614Add accounts for users in the jail environment 615.It 616Install any packages the environment requires 617.El 618.Pp 619You may also want to perform any package-specific configuration (web servers, 620SSH servers, etc), patch up 621.Pa /etc/syslog.conf 622so it logs as you would like, etc. 623If you are not using a virtual server, you may wish to modify 624.Xr syslogd 8 625in the host environment to listen on the syslog socket in the jail 626environment; in this example, the syslog socket would be stored in 627.Pa /data/jail/192.0.2.100/var/run/log . 628.Pp 629Exit from the shell, and the jail will be shut down. 630.Ss "Starting the Jail" 631You are now ready to restart the jail and bring up the environment with 632all of its daemons and other programs. 633If you are running a single application in the jail, substitute the 634command used to start the application for 635.Pa /etc/rc 636in the examples below. 637To start a virtual server environment, 638.Pa /etc/rc 639is run to launch various daemons and services. 640To do this, first bring up the 641virtual host interface, and then start the jail's 642.Pa /etc/rc 643script from within the jail. 644.Bd -literal -offset indent 645ifconfig ed0 inet alias 192.0.2.100/32 646mount -t procfs proc /data/jail/192.0.2.100/proc 647jail -c path=/data/jail/192.0.2.100 host.hostname=testhostname \\ 648 ip4.addr=192.0.2.100 command=/bin/sh /etc/rc 649.Ed 650.Pp 651A few warnings will be produced, because most 652.Xr sysctl 8 653configuration variables cannot be set from within the jail, as they are 654global across all jails and the host environment. 655However, it should all 656work properly. 657You should be able to see 658.Xr inetd 8 , 659.Xr syslogd 8 , 660and other processes running within the jail using 661.Xr ps 1 , 662with the 663.Ql J 664flag appearing beside jailed processes. 665To see an active list of jails, use the 666.Xr jls 8 667utility. 668You should also be able to 669.Xr telnet 1 670to the hostname or IP address of the jailed environment, and log 671in using the accounts you created previously. 672.Pp 673It is possible to have jails started at boot time. 674Please refer to the 675.Dq jail_* 676variables in 677.Xr rc.conf 5 678for more information. 679The 680.Xr rc 8 681jail script provides a flexible system to start/stop jails: 682.Bd -literal 683/etc/rc.d/jail start 684/etc/rc.d/jail stop 685/etc/rc.d/jail start myjail 686/etc/rc.d/jail stop myjail 687.Ed 688.Ss "Managing the Jail" 689Normal machine shutdown commands, such as 690.Xr halt 8 , 691.Xr reboot 8 , 692and 693.Xr shutdown 8 , 694cannot be used successfully within the jail. 695To kill all processes in a 696jail, you may log into the jail and, as root, use one of the following 697commands, depending on what you want to accomplish: 698.Pp 699.Bd -literal -offset indent 700kill -TERM -1 701kill -KILL -1 702.Ed 703.Pp 704This will send the 705.Dv SIGTERM 706or 707.Dv SIGKILL 708signals to all processes in the jail from within the jail. 709Depending on 710the intended use of the jail, you may also want to run 711.Pa /etc/rc.shutdown 712from within the jail. 713To kill processes from outside the jail, use the 714.Xr jexec 8 715utility in conjunction with the one of the 716.Xr kill 1 717commands above. 718You may also remove the jail with 719.Nm 720.Ar -r , 721which will killall the jail's processes with 722.Dv SIGKILL . 723.Pp 724The 725.Pa /proc/ Ns Ar pid Ns Pa /status 726file contains, as its last field, the name of the jail in which the 727process runs, or 728.Dq Li - 729to indicate that the process is not running within a jail. 730The 731.Xr ps 1 732command also shows a 733.Ql J 734flag for processes in a jail. 735.Pp 736You can also list/kill processes based on their jail ID. 737To show processes and their jail ID, use the following command: 738.Pp 739.Dl "ps ax -o pid,jid,args" 740.Pp 741To show and then kill processes in jail number 3 use the following commands: 742.Bd -literal -offset indent 743pgrep -lfj 3 744pkill -j 3 745.Ed 746or: 747.Pp 748.Dl "killall -j 3" 749.Ss "Jails and File Systems" 750It is not possible to 751.Xr mount 8 752or 753.Xr umount 8 754any file system inside a jail unless the file system is marked 755jail-friendly and the jail's 756.Va allow.mount 757parameter is set. 758.Pp 759Multiple jails sharing the same file system can influence each other. 760For example a user in one jail can fill the file system also 761leaving no space for processes in the other jail. 762Trying to use 763.Xr quota 1 764to prevent this will not work either as the file system quotas 765are not aware of jails but only look at the user and group IDs. 766This means the same user ID in two jails share the same file 767system quota. 768One would need to use one file system per jail to make this work. 769.Ss "Sysctl MIB Entries" 770The read-only entry 771.Va security.jail.jailed 772can be used to determine if a process is running inside a jail (value 773is one) or not (value is zero). 774.Pp 775The variable 776.Va security.jail.max_af_ips 777determines how may address per address family a prison may have. 778The default is 255. 779.Pp 780Some MIB variables have per-jail settings. 781Changes to these variables by a jailed process do not effect the host 782environment, only the jail environment. 783These variables are 784.Va kern.securelevel , 785.Va kern.hostname , 786.Va kern.domainname , 787.Va kern.hostid , 788and 789.Va kern.hostuuid . 790.Ss "Hierarchical Jails" 791By setting a jail's 792.Va children.max 793parameter, processes within a jail may be able to create jails of their own. 794These child jails are kept in a hierarchy, with jails only able to see and/or 795modify the jails they created (or those jails' children). 796Each jail has a read-only 797.Va parent 798parameter, containing the 799.Va jid 800of the jail that created it; a 801.Va jid 802of 0 indicates the jail is a child of the current jail (or is a top-level 803jail if the current process isn't jailed). 804.Pp 805Jailed processes are not allowed to confer greater permissions than they 806themselves are given, e.g. if a jail is created with 807.Va allow.nomount , 808it is not able to create a jail with 809.Va allow.mount 810set. 811Similarly, such restrictions as 812.Va ip4.addr 813and 814.Va securelevel 815may not be bypassed in child jails. 816.Pp 817A child jail may in turn create its own child jails if its own 818.Va children.max 819parameter is set (remember it is zero by default). 820These jails are visible to and can be modified by their parent and all 821ancestors. 822.Pp 823Jail names reflect this hierarchy, with a full name being an MIB-type string 824separated by dots. 825For example, if a base system process creates a jail 826.Dq foo , 827and a process under that jail creates another jail 828.Dq bar , 829then the second jail will be seen as 830.Dq foo.bar 831in the base system (though it is only seen as 832.Dq bar 833to any processes inside jail 834.Dq foo ) . 835Jids on the other hand exist in a single space, and each jail must have a 836unique jid. 837.Pp 838Like the names, a child jail's 839.Va path 840is relative to its creator's own 841.Va path . 842This is by virtue of the child jail being created in the chrooted 843environment of the first jail. 844.Sh SEE ALSO 845.Xr killall 1 , 846.Xr lsvfs 1 , 847.Xr newaliases 1 , 848.Xr pgrep 1 , 849.Xr pkill 1 , 850.Xr ps 1 , 851.Xr quota 1 , 852.Xr chroot 2 , 853.Xr jail_set 2 , 854.Xr jail_attach 2 , 855.Xr procfs 5 , 856.Xr rc.conf 5 , 857.Xr sysctl.conf 5 , 858.Xr devfs 8 , 859.Xr halt 8 , 860.Xr inetd 8 , 861.Xr jexec 8 , 862.Xr jls 8 , 863.Xr mount 8 , 864.Xr named 8 , 865.Xr reboot 8 , 866.Xr rpcbind 8 , 867.Xr sendmail 8 , 868.Xr shutdown 8 , 869.Xr sysctl 8 , 870.Xr syslogd 8 , 871.Xr umount 8 872.Sh HISTORY 873The 874.Nm 875utility appeared in 876.Fx 4.0 . 877Hierarchical/extensible jails were introduced in 878.Fx 8.0 . 879.Sh AUTHORS 880.An -nosplit 881The jail feature was written by 882.An Poul-Henning Kamp 883for R&D Associates 884.Pa http://www.rndassociates.com/ 885who contributed it to 886.Fx . 887.Pp 888.An Robert Watson 889wrote the extended documentation, found a few bugs, added 890a few new features, and cleaned up the userland jail environment. 891.Pp 892.An Bjoern A. Zeeb 893added multi-IP jail support for IPv4 and IPv6 based on a patch 894originally done by 895.An Pawel Jakub Dawidek 896for IPv4. 897.Pp 898.An James Gritton 899added the extensible jail parameters and hierchical jails. 900.Sh BUGS 901Jail currently lacks the ability to allow access to 902specific jail information via 903.Xr ps 1 904as opposed to 905.Xr procfs 5 . 906Similarly, it might be a good idea to add an 907address alias flag such that daemons listening on all IPs 908.Pq Dv INADDR_ANY 909will not bind on that address, which would facilitate building a safe 910host environment such that host daemons do not impose on services offered 911from within jails. 912Currently, the simplest answer is to minimize services 913offered on the host, possibly limiting it to services offered from 914.Xr inetd 8 915which is easily configurable. 916