]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/jail/jail.8
heimdal: asn1: Use unsigned bitfields for named bitsets
[FreeBSD/FreeBSD.git] / usr.sbin / jail / jail.8
1 .\" Copyright (c) 2000, 2003 Robert N. M. Watson
2 .\" Copyright (c) 2008-2012 James Gritton
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE.
25 .\"
26 .Dd March 16, 2024
27 .Dt JAIL 8
28 .Os
29 .Sh NAME
30 .Nm jail
31 .Nd "manage system jails"
32 .Sh SYNOPSIS
33 .Ss From Configuration File
34 .Nm
35 .Op Fl cm
36 .Op Fl Cdqv
37 .Op Fl f Ar conf_file
38 .Op Fl p Ar limit
39 .Op Ar jail
40 .Nm
41 .Op Fl r
42 .Op Fl Cqv
43 .Op Fl f Ar conf_file
44 .Op Fl p Ar limit
45 .Op Cm * | Ar jail ...
46 .Ss Without Configuration File
47 .Nm
48 .Op Fl cm
49 .Op Fl dhilqv
50 .Op Fl J Ar jid_file
51 .Op Fl u Ar username
52 .Op Fl U Ar username
53 .Ar param Ns = Ns Ar value ...
54 .Op Cm command Ns = Ns Ar command ...
55 .Nm
56 .Op Fl rR
57 .Op Fl qv
58 .Op Cm * | Ar jail ...
59 .Ss Show Parameters
60 .Nm
61 .Op Fl f Ar conf_file
62 .Fl e
63 .Ar separator
64 .Ss Backward Compatibility
65 .Nm
66 .Op Fl dhilqv
67 .Op Fl J Ar jid_file
68 .Op Fl u Ar username
69 .Op Fl U Ar username
70 .Op Fl n Ar jailname
71 .Op Fl s Ar securelevel
72 .Ar path hostname ip Ns Op Cm \&, Ns Ar ...
73 .Ar command ...
74 .Sh DESCRIPTION
75 The
76 .Nm
77 utility creates new jails, or modifies or removes existing jails.
78 It can also print a list of configured jails and their parameters.
79 A jail
80 .Pq or Dq prison
81 is specified via parameters on the command line, or in the
82 .Xr jail.conf 5
83 file.
84 .Pp
85 At least one of the options
86 .Fl c ,
87 .Fl e ,
88 .Fl m
89 or
90 .Fl r
91 must be specified.
92 These options are used alone or in combination to describe the operation to
93 perform:
94 .Bl -tag -width indent
95 .It Fl c
96 Create a new jail.
97 The jail
98 .Va jid
99 and
100 .Va name
101 parameters (if specified on the command line)
102 must not refer to an existing jail.
103 .It Fl e Ar separator
104 Exhibit a list of all configured non-wildcard jails and their parameters.
105 No jail creation, modification or removal performed if this option is used.
106 The
107 .Ar separator
108 string is used to separate parameters.
109 Use
110 .Xr jls 8
111 utility to list running jails.
112 .It Fl m
113 Modify an existing jail.
114 One of the
115 .Va jid
116 or
117 .Va name
118 parameters must exist and refer to an existing jail.
119 Some parameters may not be changed on a running jail.
120 .It Fl r
121 Remove the
122 .Ar jail
123 specified by jid or name.
124 All jailed processes are killed, and all jails that are
125 children of this jail are also
126 removed.
127 .It Fl rc
128 Restart an existing jail.
129 The jail is first removed and then re-created, as if
130 .Dq Nm Fl r
131 and
132 .Dq Nm Fl c
133 were run in succession.
134 .It Fl cm
135 Create a jail if it does not exist, or modify the jail if it does exist.
136 .It Fl mr
137 Modify an existing jail.
138 The jail may be restarted if necessary to modify parameters than could
139 not otherwise be changed.
140 .It Fl cmr
141 Create a jail if it doesn't exist, or modify (and possibly restart) the
142 jail if it does exist.
143 .El
144 .Pp
145 Other available options are:
146 .Bl -tag -width indent
147 .It Fl C
148 Clean up after an already-removed jail, running commands and operations
149 that are typically run following jail removal.
150 .It Fl f Ar conf_file
151 Use configuration file
152 .Ar conf_file
153 instead of the default
154 .Pa /etc/jail.conf .
155 .It Fl h
156 Resolve the
157 .Va host.hostname
158 parameter (or
159 .Va hostname )
160 and add all IP addresses returned by the resolver
161 to the list of addresses for this jail.
162 This is equivalent to the
163 .Va ip_hostname
164 parameter.
165 .It Fl i
166 Output (only) the jail identifier of the newly created jail(s).
167 This implies the
168 .Fl q
169 option.
170 .It Fl J Ar jid_file
171 Write a
172 .Ar jid_file
173 file, containing the parameters used to start the jail.
174 .It Fl l
175 Run commands in a clean environment.
176 This is deprecated and is equivalent to the exec.clean parameter.
177 .It Fl n Ar jailname
178 Set the jail's name.
179 This is deprecated and is equivalent to the
180 .Va name
181 parameter.
182 .It Fl p Ar limit
183 Limit the number of commands from
184 .Va  exec.*
185 that can run simultaneously.
186 .It Fl q
187 Suppress the message printed whenever a jail is created, modified or removed.
188 Only error messages will be printed.
189 .It Fl R
190 A variation of the
191 .Fl r
192 option that removes an existing jail without using the configuration file.
193 No removal-related parameters for this jail will be used \(em the jail will
194 simply be removed.
195 .It Fl s Ar securelevel
196 Set the
197 .Va kern.securelevel
198 MIB entry to the specified value inside the newly created jail.
199 This is deprecated and is equivalent to the
200 .Va securelevel
201 parameter.
202 .It Fl u Ar username
203 The user name from host environment as whom jailed commands should run.
204 This is deprecated and is equivalent to the
205 .Va exec.jail_user
206 and
207 .Va exec.system_jail_user
208 parameters.
209 .It Fl U Ar username
210 The user name from the jailed environment as whom jailed commands should run.
211 This is deprecated and is equivalent to the
212 .Va exec.jail_user
213 parameter.
214 .It Fl v
215 Print a message on every operation, such as running commands and
216 mounting filesystems.
217 .It Fl d
218 This is deprecated and is equivalent to the
219 .Va allow.dying
220 parameter, which is also deprecated.
221 It used to allow making changes to a
222 .Va dying
223 jail.
224 Now such jails are always replaced when a new jail is created with the same
225 .Va jid
226 or
227 .Va name .
228 .El
229 .Pp
230 If no arguments are given after the options, the operation (except
231 remove) will be performed on all jails specified in the
232 .Xr jail.conf 5
233 file.
234 A single argument of a jail name will operate only on the specified jail.
235 The
236 .Fl r
237 and
238 .Fl R
239 options can also remove running jails that aren't in the
240 .Xr jail.conf 5
241 file, specified by name or jid.
242 .Pp
243 An argument of
244 .Dq *
245 is a wildcard that will operate on all jails, regardless of whether
246 they appear in
247 .Xr jail.conf 5 ;
248 this is the surest way for
249 .Fl r
250 to remove all jails.
251 If hierarchical jails exist, a partial-matching wildcard definition may
252 be specified.
253 For example, an argument of
254 .Dq foo.*
255 would apply to jails with names like
256 .Dq foo.bar
257 and
258 .Dq foo.bar.baz .
259 .Pp
260 A jail may also be specified via parameters directly on the command line in
261 .Dq name=value
262 form, ignoring the contents of
263 .Xr jail.conf 5 .
264 For backward compatibility, the command line may also have four fixed
265 parameters, without names:
266 .Ar path ,
267 .Ar hostname ,
268 .Ar ip ,
269 and
270 .Ar command .
271 .Ss Jail Parameters
272 Parameters in the
273 .Xr jail.conf 5
274 file, or on the command line, are generally of the form
275 .Dq name=value .
276 Some parameters are boolean, and do not have a value but are set by the
277 name alone with or without a
278 .Dq no
279 prefix, e.g.
280 .Va persist
281 or
282 .Va nopersist .
283 They can also be given the values
284 .Dq true
285 and
286 .Dq false .
287 Other parameters may have more than one value, specified as a
288 comma-separated list or with
289 .Dq +=
290 in the configuration file (see
291 .Xr jail.conf 5
292 for details).
293 .Pp
294 The
295 .Nm
296 utility recognizes two classes of parameters.
297 There are the true jail
298 parameters that are passed to the kernel when the jail is created,
299 which can be seen with
300 .Xr jls 8 ,
301 and can (usually) be changed with
302 .Dq Nm Fl m .
303 Then there are pseudo-parameters that are only used by
304 .Nm
305 itself.
306 .Pp
307 Jails have a set of core parameters, and kernel modules can add their own
308 jail parameters.
309 The current set of available parameters can be retrieved via
310 .Dq Nm sysctl Fl d Va security.jail.param .
311 Any parameters not set will be given default values, often based on the
312 current environment.
313 The core parameters are:
314 .Bl -tag -width indent
315 .It Va jid
316 The jail identifier.
317 This will be assigned automatically to a new jail (or can be explicitly
318 set), and can be used to identify the jail for later modification, or
319 for such commands as
320 .Xr jls 8
321 or
322 .Xr jexec 8 .
323 .It Va name
324 The jail name.
325 This is an arbitrary string that identifies a jail (except it may not
326 contain a
327 .Sq \&. ) .
328 Like the
329 .Va jid ,
330 it can be passed to later
331 .Nm
332 commands, or to
333 .Xr jls 8
334 or
335 .Xr jexec 8 .
336 If no
337 .Va name
338 is supplied, a default is assumed that is the same as the
339 .Va jid .
340 The
341 .Va name
342 parameter is implied by the
343 .Xr jail.conf 5
344 file format, and need not be explicitly set when using the configuration
345 file.
346 .It Va path
347 The directory which is to be the root of the jail.
348 Any commands run inside the jail, either by
349 .Nm
350 or from
351 .Xr jexec 8 ,
352 are run from this directory.
353 .It Va ip4.addr
354 A list of IPv4 addresses assigned to the jail.
355 If this is set, the jail is restricted to using only these addresses.
356 Any attempts to use other addresses fail, and attempts to use wildcard
357 addresses silently use the jailed address instead.
358 For IPv4 the first address given will be used as the source address
359 when source address selection on unbound sockets cannot find a better
360 match.
361 It is only possible to start multiple jails with the same IP address
362 if none of the jails has more than this single overlapping IP address
363 assigned to itself.
364 .It Va ip4.saddrsel
365 A boolean option to change the formerly mentioned behaviour and disable
366 IPv4 source address selection for the jail in favour of the primary
367 IPv4 address of the jail.
368 Source address selection is enabled by default for all jails and the
369 .Va ip4.nosaddrsel
370 setting of a parent jail is not inherited for any child jails.
371 .It Va ip4
372 Control the availability of IPv4 addresses.
373 Possible values are
374 .Dq inherit
375 to allow unrestricted access to all system addresses,
376 .Dq new
377 to restrict addresses via
378 .Va ip4.addr ,
379 and
380 .Dq disable
381 to stop the jail from using IPv4 entirely.
382 Setting the
383 .Va ip4.addr
384 parameter implies a value of
385 .Dq new .
386 .It Va ip6.addr , Va ip6.saddrsel , Va ip6
387 A set of IPv6 options for the jail, the counterparts to
388 .Va ip4.addr ,
389 .Va ip4.saddrsel
390 and
391 .Va ip4
392 above.
393 .It Va vnet
394 Create the jail with its own virtual network stack,
395 with its own network interfaces, addresses, routing table, etc.
396 The kernel must have been compiled with the
397 .Sy VIMAGE option
398 for this to be available.
399 Possible values are
400 .Dq inherit
401 to use the system network stack, possibly with restricted IP addresses,
402 and
403 .Dq new
404 to create a new network stack.
405 .It Va host.hostname
406 The hostname of the jail.
407 Other similar parameters are
408 .Va host.domainname ,
409 .Va host.hostuuid
410 and
411 .Va host.hostid .
412 .It Va host
413 Set the origin of hostname and related information.
414 Possible values are
415 .Dq inherit
416 to use the system information and
417 .Dq new
418 for the jail to use the information from the above fields.
419 Setting any of the above fields implies a value of
420 .Dq new .
421 .It Va securelevel
422 The value of the jail's
423 .Va kern.securelevel
424 sysctl.
425 A jail never has a lower securelevel than its parent system, but by
426 setting this parameter it may have a higher one.
427 If the system securelevel is changed, any jail securelevels will be at
428 least as secure.
429 .It Va devfs_ruleset
430 The number of the devfs ruleset that is enforced for mounting devfs in
431 this jail.
432 A value of zero (default) means no ruleset is enforced.
433 Descendant jails inherit the parent jail's devfs ruleset enforcement.
434 Mounting devfs inside a jail is possible only if the
435 .Va allow.mount
436 and
437 .Va allow.mount.devfs
438 permissions are effective and
439 .Va enforce_statfs
440 is set to a value lower than 2.
441 Devfs rules and rulesets cannot be viewed or modified from inside a jail.
442 .Pp
443 NOTE: It is important that only appropriate device nodes in devfs be
444 exposed to a jail; access to disk devices in the jail may permit processes
445 in the jail to bypass the jail sandboxing by modifying files outside of
446 the jail.
447 See
448 .Xr devfs 8
449 for information on how to use devfs rules to limit access to entries
450 in the per-jail devfs.
451 A simple devfs ruleset for jails is available as ruleset #4 in
452 .Pa /etc/defaults/devfs.rules .
453 .It Va children.max
454 The number of child jails allowed to be created by this jail (or by
455 other jails under this jail).
456 This limit is zero by default, indicating the jail is not allowed to
457 create child jails.
458 See the
459 .Sx "Hierarchical Jails"
460 section for more information.
461 .It Va children.cur
462 The number of descendants of this jail, including its own child jails
463 and any jails created under them.
464 .It Va enforce_statfs
465 This determines what information processes in a jail are able to get
466 about mount points.
467 It affects the behaviour of the following syscalls:
468 .Xr statfs 2 ,
469 .Xr fstatfs 2 ,
470 .Xr getfsstat 2 ,
471 and
472 .Xr fhstatfs 2
473 (as well as similar compatibility syscalls).
474 When set to 0, all mount points are available without any restrictions.
475 When set to 1, only mount points below the jail's chroot directory are
476 visible.
477 In addition to that, the path to the jail's chroot directory is removed
478 from the front of their pathnames.
479 When set to 2 (default), above syscalls can operate only on a mount-point
480 where the jail's chroot directory is located.
481 .It Va persist
482 Setting this boolean parameter allows a jail to exist without any
483 processes.
484 Normally, a command is run as part of jail creation, and then the jail
485 is destroyed as its last process exits.
486 A new jail must have either the
487 .Va persist
488 parameter or
489 .Va exec.start
490 or
491 .Va command
492 pseudo-parameter set.
493 .It Va cpuset.id
494 The ID of the cpuset associated with this jail (read-only).
495 .It Va dying
496 This is true if the jail is in the process of shutting down (read-only).
497 .It Va parent
498 The
499 .Va jid
500 of the parent of this jail, or zero if this is a top-level jail
501 (read-only).
502 .It Va osrelease
503 The string for the jail's
504 .Va kern.osrelease
505 sysctl and uname -r.
506 .It Va osreldate
507 The number for the jail's
508 .Va kern.osreldate
509 and uname -K.
510 .It Va allow.*
511 Some restrictions of the jail environment may be set on a per-jail
512 basis.
513 With the exception of
514 .Va allow.set_hostname
515 and
516 .Va allow.reserved_ports ,
517 these boolean parameters are off by default.
518 .Bl -tag -width indent
519 .It Va allow.set_hostname
520 The jail's hostname may be changed via
521 .Xr hostname 1
522 or
523 .Xr sethostname 3 .
524 .It Va allow.sysvipc
525 A process within the jail has access to System V IPC primitives.
526 This is deprecated in favor of the per-module parameters (see below).
527 When this parameter is set, it is equivalent to setting
528 .Va sysvmsg ,
529 .Va sysvsem ,
530 and
531 .Va sysvshm
532 all to
533 .Dq inherit .
534 .It Va allow.raw_sockets
535 The jail root is allowed to create raw sockets.
536 Setting this parameter allows utilities like
537 .Xr ping 8
538 and
539 .Xr traceroute 8
540 to operate inside the jail.
541 If this is set, the source IP addresses are enforced to comply
542 with the IP address bound to the jail, regardless of whether or not
543 the
544 .Dv IP_HDRINCL
545 flag has been set on the socket.
546 Since raw sockets can be used to configure and interact with various
547 network subsystems, extra caution should be used where privileged access
548 to jails is given out to untrusted parties.
549 .It Va allow.chflags
550 Normally, privileged users inside a jail are treated as unprivileged by
551 .Xr chflags 2 .
552 When this parameter is set, such users are treated as privileged, and
553 may manipulate system file flags subject to the usual constraints on
554 .Va kern.securelevel .
555 .It Va allow.mount
556 privileged users inside the jail will be able to mount and unmount file
557 system types marked as jail-friendly.
558 The
559 .Xr lsvfs 1
560 command can be used to find file system types available for mount from
561 within a jail.
562 This permission is effective only if
563 .Va enforce_statfs
564 is set to a value lower than 2.
565 .It Va allow.mount.devfs
566 privileged users inside the jail will be able to mount and unmount the
567 devfs file system.
568 This permission is effective only together with
569 .Va allow.mount
570 and only when
571 .Va enforce_statfs
572 is set to a value lower than 2.
573 The devfs ruleset should be restricted from the default by using the
574 .Va devfs_ruleset
575 option.
576 .It Va allow.quotas
577 The jail root may administer quotas on the jail's filesystem(s).
578 This includes filesystems that the jail may share with other jails or
579 with non-jailed parts of the system.
580 .It Va allow.read_msgbuf
581 Jailed users may read the kernel message buffer.
582 If the
583 .Va security.bsd.unprivileged_read_msgbuf
584 MIB entry is zero, this will be restricted to the root user.
585 .It Va allow.socket_af
586 Sockets within a jail are normally restricted to IPv4, IPv6, local
587 (UNIX), and route.
588 This allows access to other protocol stacks that have not had jail
589 functionality added to them.
590 .It Va allow.mlock
591 Locking or unlocking physical pages in memory are normally not available
592 within a jail.
593 When this parameter is set, users may
594 .Xr mlock 2
595 or
596 .Xr munlock 2
597 memory subject to
598 .Va security.bsd.unprivileged_mlock
599 and resource limits.
600 .It Va allow.nfsd
601 The
602 .Xr mountd 8 ,
603 .Xr nfsd 8 ,
604 .Xr nfsuserd 8 ,
605 .Xr gssd 8
606 and
607 .Xr rpc.tlsservd 8
608 daemons are permitted to run inside a properly configured vnet-enabled jail.
609 The jail's root must be a file system mount point and
610 .Va enforce_statfs
611 must not be set to 0, so that
612 .Xr mountd 8
613 can export file systems visible within the jail.
614 .Va enforce_statfs
615 must be set to 1 if file systems mounted under the
616 jail's file system need to be exported by
617 .Xr mount 8 .
618 For exporting only the jail's file system, a setting of 2
619 is sufficient.
620 If the kernel configuration does not include the
621 .Sy NFSD
622 option,
623 .Pa nfsd.ko
624 must be loaded outside of the jails.
625 This is normally done by adding
626 .Dq nfsd
627 to
628 .Va kld_list
629 in the
630 .Xr rc.conf 5
631 file outside of the jails.
632 Similarily, if the
633 .Xr gssd 8
634 is to be run in a jail, either the kernel
635 .Sy KGSSAPI
636 option needs to be specified or
637 .Dq kgssapi
638 and
639 .Dq kgssapi_krb5
640 need to be in
641 .Va kld_list
642 in the
643 .Xr rc.conf 5
644 file outside of the jails.
645 .It Va allow.reserved_ports
646 The jail root may bind to ports lower than 1024.
647 .It Va allow.unprivileged_proc_debug
648 Unprivileged processes in the jail may use debugging facilities.
649 .It Va allow.suser
650 The value of the jail's
651 .Va security.bsd.suser_enabled
652 sysctl.
653 The super-user will be disabled automatically if its parent system has it
654 disabled.
655 The super-user is enabled by default.
656 .It Va allow.extattr
657 Allow privileged process in the jail to manipulate filesystem extended
658 attributes in the system namespace.
659 .El
660 .El
661 .Pp
662 Kernel modules may add their own parameters, which only exist when the
663 module is loaded.
664 These are typically headed under a parameter named after the module,
665 with values of
666 .Dq inherit
667 to give the jail full use of the module,
668 .Dq new
669 to encapsulate the jail in some module-specific way,
670 and
671 .Dq disable
672 to make the module unavailable to the jail.
673 There also may be other parameters to define jail behavior within the module.
674 Module-specific parameters include:
675 .Bl -tag -width indent
676 .It Va allow.mount.fdescfs
677 privileged users inside the jail will be able to mount and unmount the
678 fdescfs file system.
679 This permission is effective only together with
680 .Va allow.mount
681 and only when
682 .Va enforce_statfs
683 is set to a value lower than 2.
684 .It Va allow.mount.fusefs
685 privileged users inside the jail will be able to mount and unmount
686 fuse-based file systems.
687 This permission is effective only together with
688 .Va allow.mount
689 and only when
690 .Va enforce_statfs
691 is set to a value lower than 2.
692 .It Va allow.mount.nullfs
693 privileged users inside the jail will be able to mount and unmount the
694 nullfs file system.
695 This permission is effective only together with
696 .Va allow.mount
697 and only when
698 .Va enforce_statfs
699 is set to a value lower than 2.
700 .It Va allow.mount.procfs
701 privileged users inside the jail will be able to mount and unmount the
702 procfs file system.
703 This permission is effective only together with
704 .Va allow.mount
705 and only when
706 .Va enforce_statfs
707 is set to a value lower than 2.
708 .It Va allow.mount.linprocfs
709 privileged users inside the jail will be able to mount and unmount the
710 linprocfs file system.
711 This permission is effective only together with
712 .Va allow.mount
713 and only when
714 .Va enforce_statfs
715 is set to a value lower than 2.
716 .It Va allow.mount.linsysfs
717 privileged users inside the jail will be able to mount and unmount the
718 linsysfs file system.
719 This permission is effective only together with
720 .Va allow.mount
721 and only when
722 .Va enforce_statfs
723 is set to a value lower than 2.
724 .It Va allow.mount.tmpfs
725 privileged users inside the jail will be able to mount and unmount the
726 tmpfs file system.
727 This permission is effective only together with
728 .Va allow.mount
729 and only when
730 .Va enforce_statfs
731 is set to a value lower than 2.
732 .It Va allow.mount.zfs
733 privileged users inside the jail will be able to mount and unmount the
734 ZFS file system.
735 This permission is effective only together with
736 .Va allow.mount
737 and only when
738 .Va enforce_statfs
739 is set to a value lower than 2.
740 See
741 .Xr zfs 8
742 for information on how to configure the ZFS filesystem to operate from
743 within a jail.
744 .It Va allow.vmm
745 The jail may access
746 .Xr vmm 4 .
747 This flag is only available when the
748 .Xr vmm 4
749 kernel module is loaded.
750 .It Va linux
751 Determine how a jail's Linux emulation environment appears.
752 A value of
753 .Dq inherit
754 will keep the same environment, and
755 .Dq new
756 will give the jail its own environment (still originally inherited when
757 the jail is created).
758 .It Va linux.osname , linux.osrelease , linux.oss_version
759 The Linux OS name, OS release, and OSS version associated with this jail.
760 .It Va sysvmsg
761 Allow access to SYSV IPC message primitives.
762 If set to
763 .Dq inherit ,
764 all IPC objects on the system are visible to this jail, whether they
765 were created by the jail itself, the base system, or other jails.
766 If set to
767 .Dq new ,
768 the jail will have its own key namespace, and can only see the objects
769 that it has created;
770 the system (or parent jail) has access to the jail's objects, but not to
771 its keys.
772 If set to
773 .Dq disable ,
774 the jail cannot perform any sysvmsg-related system calls.
775 .It Va sysvsem, sysvshm
776 Allow access to SYSV IPC semaphore and shared memory primitives, in the
777 same manner as
778 .Va sysvmsg .
779 .El
780 .Pp
781 There are pseudo-parameters that are not passed to the kernel, but are
782 used by
783 .Nm
784 to set up the jail environment, often by running specified commands
785 when jails are created or removed.
786 The
787 .Va exec.*
788 command parameters are
789 .Xr sh 1
790 command lines that are run in either the system or jail environment.
791 They may be given multiple values, which would run the specified
792 commands in sequence.
793 All commands must succeed (return a zero exit status), or the jail will
794 not be created or removed, as appropriate.
795 .Pp
796 The pseudo-parameters are:
797 .Bl -tag -width indent
798 .It Va exec.prepare
799 Command(s) to run in the system environment to prepare a jail for creation.
800 These commands are executed before assigning IP addresses and mounting
801 filesystems, so they may be used to create a new jail filesystem if it does
802 not already exist.
803 .It Va exec.prestart
804 Command(s) to run in the system environment before a jail is created.
805 .It Va exec.created
806 Command(s) to run in the system environment right after a jail has been
807 created, but before commands (or services) get executed in the jail.
808 .It Va exec.start
809 Command(s) to run in the jail environment when a jail is created.
810 A typical command to run is
811 .Dq sh /etc/rc .
812 .It Va command
813 A synonym for
814 .Va exec.start
815 for use when specifying a jail directly on the command line.
816 Unlike other parameters whose value is a single string,
817 .Va command
818 uses the remainder of the
819 .Nm
820 command line as its own arguments.
821 .It Va exec.poststart
822 Command(s) to run in the system environment after a jail is created,
823 and after any
824 .Va exec.start
825 commands have completed.
826 .It Va exec.prestop
827 Command(s) to run in the system environment before a jail is removed.
828 .It Va exec.stop
829 Command(s) to run in the jail environment before a jail is removed,
830 and after any
831 .Va exec.prestop
832 commands have completed.
833 A typical command to run is
834 .Dq sh /etc/rc.shutdown jail .
835 .It Va exec.poststop
836 Command(s) to run in the system environment after a jail is removed.
837 .It Va exec.release
838 Command(s) to run in the system environment after all other actions are done.
839 These commands are executed after unmounting filesystems and removing IP
840 addresses, so they may be used to remove a jail filesystem if it is no longer
841 needed.
842 .It Va exec.clean
843 Run commands in a clean environment.
844 The environment is discarded except for
845 .Ev HOME , SHELL , TERM
846 and
847 .Ev USER .
848 .Ev HOME
849 and
850 .Ev SHELL
851 are set to the target login's default values.
852 .Ev USER
853 is set to the target login.
854 .Ev TERM
855 is imported from the current environment.
856 The environment variables from the login class capability database for the
857 target login are also set.
858 .It Va exec.jail_user
859 The user to run commands as, when running in the jail environment.
860 The default is to run the commands as the current user.
861 .It Va exec.system_jail_user
862 This boolean option looks for the
863 .Va exec.jail_user
864 in the system
865 .Xr passwd 5
866 file, instead of in the jail's file.
867 .It Va exec.system_user
868 The user to run commands as, when running in the system environment.
869 The default is to run the commands as the current user.
870 .It Va exec.timeout
871 The maximum amount of time to wait for a command to complete, in
872 seconds.
873 If a command is still running after this timeout has passed,
874 the jail will not be created or removed, as appropriate.
875 .It Va exec.consolelog
876 A file to direct command output (stdout and stderr) to.
877 .It Va exec.fib
878 The FIB (routing table) to set when running commands inside the jail.
879 .It Va stop.timeout
880 The maximum amount of time to wait for a jail's processes to exit
881 after sending them a
882 .Dv SIGTERM
883 signal (which happens after the
884 .Va exec.stop
885 commands have completed).
886 After this many seconds have passed, the jail will be removed, which
887 will kill any remaining processes.
888 If this is set to zero, no
889 .Dv SIGTERM
890 is sent and the jail is immediately removed.
891 The default is 10 seconds.
892 .It Va interface
893 A network interface to add the jail's IP addresses
894 .Va ( ip4.addr
895 and
896 .Va ip6.addr )
897 to.
898 An alias for each address will be added to the interface before the
899 jail is created, and will be removed from the interface after the
900 jail is removed.
901 .It Va ip4.addr
902 In addition to the IP addresses that are passed to the kernel, an
903 interface, netmask and additional parameters (as supported by
904 .Xr ifconfig 8 Ns )
905 may also be specified, in the form
906 .Dq Ar interface Ns | Ns Ar ip-address Ns / Ns Ar netmask param ... .
907 If an interface is given before the IP address, an alias for the address
908 will be added to that interface, as it is with the
909 .Va interface
910 parameter.
911 If a netmask in either dotted-quad or CIDR form is given
912 after an IP address, it will be used when adding the IP alias.
913 If additional parameters are specified then they will also be used when
914 adding the IP alias.
915 .It Va ip6.addr
916 In addition to the IP addresses that are passed to the kernel,
917 an interface, prefix and additional parameters (as supported by
918 .Xr ifconfig 8 Ns )
919 may also be specified, in the form
920 .Dq Ar interface Ns | Ns Ar ip-address Ns / Ns Ar prefix param ... .
921 .It Va vnet.interface
922 A network interface to give to a vnet-enabled jail after is it created.
923 The interface will automatically be released when the jail is removed.
924 .It Va zfs.dataset
925 A list of ZFS datasets to be attached to the jail.
926 This requires
927 .Va allow.mount.zfs
928 to be set.
929 See 
930 .Xr zfs-jail 8
931 for information on how to configure a ZFS dataset to be operated from
932 within a jail.
933 .It Va ip_hostname
934 Resolve the
935 .Va host.hostname
936 parameter and add all IP addresses returned by the resolver
937 to the list of addresses
938 .Po Va ip4.addr
939 or
940 .Va ip6.addr Pc
941 for this jail.
942 This may affect default address selection for outgoing IPv4 connections
943 from jails.
944 The address first returned by the resolver for each address family
945 will be used as the primary address.
946 .It Va mount
947 A filesystem to mount before creating the jail (and to unmount after
948 removing it), given as a single
949 .Xr fstab 5
950 line.
951 .It Va mount.fstab
952 An
953 .Xr fstab 5
954 format file containing filesystems to mount before creating a jail.
955 .It Va mount.devfs
956 Mount a
957 .Xr devfs 5
958 filesystem on the chrooted
959 .Pa /dev
960 directory, and apply the ruleset in the
961 .Va devfs_ruleset
962 parameter (or a default of ruleset 4: devfsrules_jail)
963 to restrict the devices visible inside the jail.
964 .It Va mount.fdescfs
965 Mount a
966 .Xr fdescfs 5
967 filesystem on the chrooted
968 .Pa /dev/fd
969 directory.
970 .It Va mount.procfs
971 Mount a
972 .Xr procfs 5
973 filesystem on the chrooted
974 .Pa /proc
975 directory.
976 .It Va allow.dying
977 This is deprecated and has no effect.
978 It used to allow making changes to a
979 .Va dying
980 jail.
981 Now such jails are always replaced when a new jail is created with the same
982 .Va jid
983 or
984 .Va name .
985 .It Va depend
986 Specify a jail (or jails) that this jail depends on.
987 When this jail is to be created, any jail(s) it depends on must already exist.
988 If not, they will be created automatically, up to the completion of the last
989 .Va exec.poststart
990 command, before any action will taken to create this jail.
991 When jails are removed the opposite is true:
992 this jail will be removed, up to the last
993 .Va exec.poststop
994 command, before any jail(s) it depends on are stopped.
995 .El
996 .Sh EXAMPLES
997 Jails are typically set up using one of two philosophies: either to
998 constrain a specific application (possibly running with privilege), or
999 to create a
1000 .Dq "virtual system image"
1001 running a variety of daemons and services.
1002 In both cases, a fairly complete file system install of
1003 .Fx
1004 is
1005 required, so as to provide the necessary command line tools, daemons,
1006 libraries, application configuration files, etc.
1007 However, for a virtual server configuration, a fair amount of
1008 additional work is required so as to replace the
1009 .Dq boot
1010 process.
1011 This manual page documents the configuration steps necessary to support
1012 either of these steps, although the configuration steps may need to be
1013 refined based on local requirements.
1014 .Ss "Setting up a Jail Directory Tree"
1015 To set up a jail directory tree containing an entire
1016 .Fx
1017 distribution, the following
1018 .Xr sh 1
1019 command script can be used:
1020 .Bd -literal -offset indent
1021 D=/here/is/the/jail
1022 cd /usr/src
1023 mkdir -p $D
1024 make world DESTDIR=$D
1025 make distribution DESTDIR=$D
1026 .Ed
1027 .Pp
1028 In many cases this example would put far more in the jail than needed.
1029 In the other extreme case a jail might contain only one file:
1030 the executable to be run in the jail.
1031 .Pp
1032 We recommend experimentation, and caution that it is a lot easier to
1033 start with a
1034 .Dq fat
1035 jail and remove things until it stops working,
1036 than it is to start with a
1037 .Dq thin
1038 jail and add things until it works.
1039 .Ss "Setting Up a Jail"
1040 Do what was described in
1041 .Sx "Setting Up a Jail Directory Tree"
1042 to build the jail directory tree.
1043 For the sake of this example, we will
1044 assume you built it in
1045 .Pa /data/jail/testjail ,
1046 for a jail named
1047 .Dq testjail .
1048 Substitute below as needed with your
1049 own directory, IP address, and hostname.
1050 .Ss "Setting up the Host Environment"
1051 First, set up the real system's environment to be
1052 .Dq jail-friendly .
1053 For consistency, we will refer to the parent box as the
1054 .Dq "host environment" ,
1055 and to the jailed virtual machine as the
1056 .Dq "jail environment" .
1057 Since jails are implemented using IP aliases, one of the first things to do
1058 is to disable IP services on the host system that listen on all local
1059 IP addresses for a service.
1060 If a network service is present in the host environment that binds all
1061 available IP addresses rather than specific IP addresses, it may service
1062 requests sent to jail IP addresses if the jail did not bind the port.
1063 This means changing
1064 .Xr inetd 8
1065 to only listen on the
1066 appropriate IP address, and so forth.
1067 Add the following to
1068 .Pa /etc/rc.conf
1069 in the host environment:
1070 .Bd -literal -offset indent
1071 sendmail_enable="NO"
1072 inetd_flags="-wW -a 192.0.2.23"
1073 rpcbind_enable="NO"
1074 .Ed
1075 .Pp
1076 .Li 192.0.2.23
1077 is the native IP address for the host system, in this example.
1078 Daemons that run out of
1079 .Xr inetd 8
1080 can be easily configured to use only the specified host IP address.
1081 Other daemons
1082 will need to be manually configured \(em for some this is possible through
1083 .Xr rc.conf 5
1084 flags entries; for others it is necessary to modify per-application
1085 configuration files, or to recompile the application.
1086 The following frequently deployed services must have their individual
1087 configuration files modified to limit the application to listening
1088 to a specific IP address:
1089 .Pp
1090 To configure
1091 .Xr sshd 8 ,
1092 it is necessary to modify
1093 .Pa /etc/ssh/sshd_config .
1094 .Pp
1095 To configure
1096 .Xr sendmail 8 ,
1097 it is necessary to modify
1098 .Pa /etc/mail/sendmail.cf .
1099 .Pp
1100 In addition, a number of services must be recompiled in order to run
1101 them in the host environment.
1102 This includes most applications providing services using
1103 .Xr rpc 3 ,
1104 such as
1105 .Xr rpcbind 8 ,
1106 .Xr nfsd 8 ,
1107 and
1108 .Xr mountd 8 .
1109 In general, applications for which it is not possible to specify which
1110 IP address to bind should not be run in the host environment unless they
1111 should also service requests sent to jail IP addresses.
1112 Attempting to serve
1113 NFS from the host environment may also cause confusion, and cannot be
1114 easily reconfigured to use only specific IPs, as some NFS services are
1115 hosted directly from the kernel.
1116 Any third-party network software running
1117 in the host environment should also be checked and configured so that it
1118 does not bind all IP addresses, which would result in those services also
1119 appearing to be offered by the jail environments.
1120 .Pp
1121 Once
1122 these daemons have been disabled or fixed in the host environment, it is
1123 best to reboot so that all daemons are in a known state, to reduce the
1124 potential for confusion later (such as finding that when you send mail
1125 to a jail, and its sendmail is down, the mail is delivered to the host,
1126 etc.).
1127 .Ss "Configuring the Jail"
1128 Start any jail for the first time without configuring the network
1129 interface so that you can clean it up a little and set up accounts.
1130 As
1131 with any machine (virtual or not), you will need to set a root password, time
1132 zone, etc.
1133 Some of these steps apply only if you intend to run a full virtual server
1134 inside the jail; others apply both for constraining a particular application
1135 or for running a virtual server.
1136 .Pp
1137 Start a shell in the jail:
1138 .Bd -literal -offset indent
1139 jail -c path=/data/jail/testjail mount.devfs \\
1140         host.hostname=testhostname ip4.addr=192.0.2.100 \\
1141         command=/bin/sh
1142 .Ed
1143 .Pp
1144 Assuming no errors, you will end up with a shell prompt within the jail.
1145 You can now run
1146 .Xr bsdconfig 8
1147 and do the post-install configuration to set various configuration options,
1148 or perform these actions manually by editing
1149 .Pa /etc/rc.conf ,
1150 etc.
1151 .Pp
1152 .Bl -bullet -offset indent -compact
1153 .It
1154 Configure
1155 .Pa /etc/resolv.conf
1156 so that name resolution within the jail will work correctly.
1157 .It
1158 Run
1159 .Xr newaliases 1
1160 to quell
1161 .Xr sendmail 8
1162 warnings.
1163 .It
1164 Set a root password, probably different from the real host system.
1165 .It
1166 Set the timezone.
1167 .It
1168 Add accounts for users in the jail environment.
1169 .It
1170 Install any packages the environment requires.
1171 .El
1172 .Pp
1173 You may also want to perform any package-specific configuration (web servers,
1174 SSH servers, etc), patch up
1175 .Pa /etc/syslog.conf
1176 so it logs as you would like, etc.
1177 If you are not using a virtual server, you may wish to modify
1178 .Xr syslogd 8
1179 in the host environment to listen on the syslog socket in the jail
1180 environment; in this example, the syslog socket would be stored in
1181 .Pa /data/jail/testjail/var/run/log .
1182 .Pp
1183 Exit from the shell, and the jail will be shut down.
1184 .Ss "Starting the Jail"
1185 You are now ready to restart the jail and bring up the environment with
1186 all of its daemons and other programs.
1187 Create an entry for the jail in
1188 .Pa /etc/jail.conf :
1189 .Bd -literal -offset indent
1190 testjail {
1191         path = /tmp/jail/testjail;
1192         mount.devfs;
1193         host.hostname = testhostname;
1194         ip4.addr = 192.0.2.100;
1195         interface = em0;
1196         exec.start = "/bin/sh /etc/rc";
1197         exec.stop = "/bin/sh /etc/rc.shutdown jail";
1198 }
1199 .Ed
1200 .Pp
1201 To start a virtual server environment,
1202 .Pa /etc/rc
1203 is run to launch various daemons and services, and
1204 .Pa /etc/rc.shutdown
1205 is run to shut them down when the jail is removed.
1206 If you are running a single application in the jail,
1207 substitute the command used to start the application for
1208 .Dq /bin/sh /etc/rc ;
1209 there may be some script available to cleanly shut down the application,
1210 or it may be sufficient to go without a stop command, and have
1211 .Nm
1212 send
1213 .Dv SIGTERM
1214 to the application.
1215 .Pp
1216 Start the jail by running:
1217 .Bd -literal -offset indent
1218 jail -c testjail
1219 .Ed
1220 .Pp
1221 A few warnings may be produced; however, it should all work properly.
1222 You should be able to see
1223 .Xr inetd 8 ,
1224 .Xr syslogd 8 ,
1225 and other processes running within the jail using
1226 .Xr ps 1 ,
1227 with the
1228 .Ql J
1229 flag appearing beside jailed processes.
1230 To see an active list of jails, use
1231 .Xr jls 8 .
1232 If
1233 .Xr sshd 8
1234 is enabled in the jail environment, you should be able to
1235 .Xr ssh 1
1236 to the hostname or IP address of the jailed environment, and log
1237 in using the accounts you created previously.
1238 .Pp
1239 It is possible to have jails started at boot time.
1240 Please refer to the
1241 .Dq jail_*
1242 variables in
1243 .Xr rc.conf 5
1244 for more information.
1245 .Ss "Managing the Jail"
1246 Normal machine shutdown commands, such as
1247 .Xr halt 8 ,
1248 .Xr reboot 8 ,
1249 and
1250 .Xr shutdown 8 ,
1251 cannot be used successfully within the jail.
1252 To kill all processes from within a jail, you may use one of the
1253 following commands, depending on what you want to accomplish:
1254 .Bd -literal -offset indent
1255 kill -TERM -1
1256 kill -KILL -1
1257 .Ed
1258 .Pp
1259 This will send the
1260 .Dv SIGTERM
1261 or
1262 .Dv SIGKILL
1263 signals to all processes in the jail \(em be careful not to run this from
1264 the host environment!
1265 Once all of the jail's processes have died, unless the jail was created
1266 with the
1267 .Va persist
1268 parameter, the jail will be removed.
1269 Depending on
1270 the intended use of the jail, you may also want to run
1271 .Pa /etc/rc.shutdown
1272 from within the jail.
1273 .Pp
1274 To shut down the jail from the outside, simply remove it with:
1275 .Bd -literal -offset indent
1276 jail -r
1277 .Ed
1278 .Pp
1279 which will run any commands specified by
1280 .Va exec.stop ,
1281 and then send
1282 .Dv SIGTERM
1283 and eventually
1284 .Dv SIGKILL
1285 to any remaining jailed processes.
1286 .Pp
1287 The
1288 .Pa /proc/ Ns Ar pid Ns Pa /status
1289 file contains, as its last field, the name of the jail in which the
1290 process runs, or
1291 .Dq Li -
1292 to indicate that the process is not running within a jail.
1293 The
1294 .Xr ps 1
1295 command also shows a
1296 .Ql J
1297 flag for processes in a jail.
1298 .Pp
1299 You can also list/kill processes based on their jail ID.
1300 To show processes and their jail ID, use the following command:
1301 .Pp
1302 .Dl "ps ax -o pid,jid,args"
1303 .Pp
1304 To show and then kill processes in jail number 3 use the following commands:
1305 .Bd -literal -offset indent
1306 pgrep -lfj 3
1307 pkill -j 3
1308 .Ed
1309 or:
1310 .Pp
1311 .Dl "killall -j 3"
1312 .Ss "Jails and File Systems"
1313 It is not possible to
1314 .Xr mount 8
1315 or
1316 .Xr umount 8
1317 any file system inside a jail unless the file system is marked
1318 jail-friendly, the jail's
1319 .Va allow.mount
1320 parameter is set, and the jail's
1321 .Va enforce_statfs
1322 parameter is lower than 2.
1323 .Pp
1324 Multiple jails sharing the same file system can influence each other.
1325 For example, a user in one jail can fill the file system,
1326 leaving no space for processes in the other jail.
1327 Trying to use
1328 .Xr quota 1
1329 to prevent this will not work either, as the file system quotas
1330 are not aware of jails but only look at the user and group IDs.
1331 This means the same user ID in two jails share a single file
1332 system quota.
1333 One would need to use one file system per jail to make this work.
1334 .Ss "Sysctl MIB Entries"
1335 The read-only entry
1336 .Va security.jail.jailed
1337 can be used to determine if a process is running inside a jail (value
1338 is one) or not (value is zero).
1339 .Pp
1340 The variable
1341 .Va security.jail.jail_max_af_ips
1342 determines how may address per address family a jail may have.
1343 The default is 255.
1344 .Pp
1345 Some MIB variables have per-jail settings.
1346 Changes to these variables by a jailed process do not affect the host
1347 environment, only the jail environment.
1348 These variables are
1349 .Va kern.securelevel ,
1350 .Va security.bsd.suser_enabled ,
1351 .Va kern.hostname ,
1352 .Va kern.domainname ,
1353 .Va kern.hostid ,
1354 and
1355 .Va kern.hostuuid .
1356 .Ss "Hierarchical Jails"
1357 By setting a jail's
1358 .Va children.max
1359 parameter, processes within a jail may be able to create jails of their own.
1360 These child jails are kept in a hierarchy, with jails only able to see and/or
1361 modify the jails they created (or those jails' children).
1362 Each jail has a read-only
1363 .Va parent
1364 parameter, containing the
1365 .Va jid
1366 of the jail that created it; a
1367 .Va jid
1368 of 0 indicates the jail is a child of the current jail (or is a top-level
1369 jail if the current process isn't jailed).
1370 .Pp
1371 Jailed processes are not allowed to confer greater permissions than they
1372 themselves are given, e.g., if a jail is created with
1373 .Va allow.nomount ,
1374 it is not able to create a jail with
1375 .Va allow.mount
1376 set.
1377 Similarly, such restrictions as
1378 .Va ip4.addr
1379 and
1380 .Va securelevel
1381 may not be bypassed in child jails.
1382 .Pp
1383 A child jail may in turn create its own child jails if its own
1384 .Va children.max
1385 parameter is set (remember it is zero by default).
1386 These jails are visible to and can be modified by their parent and all
1387 ancestors.
1388 .Pp
1389 Jail names reflect this hierarchy, with a full name being an MIB-type string
1390 separated by dots.
1391 For example, if a base system process creates a jail
1392 .Dq foo ,
1393 and a process under that jail creates another jail
1394 .Dq bar ,
1395 then the second jail will be seen as
1396 .Dq foo.bar
1397 in the base system (though it is only seen as
1398 .Dq bar
1399 to any processes inside jail
1400 .Dq foo ) .
1401 Jids on the other hand exist in a single space, and each jail must have a
1402 unique jid.
1403 .Pp
1404 Like the names, a child jail's
1405 .Va path
1406 appears relative to its creator's own
1407 .Va path .
1408 This is by virtue of the child jail being created in the chrooted
1409 environment of the first jail.
1410 .Sh SEE ALSO
1411 .Xr killall 1 ,
1412 .Xr lsvfs 1 ,
1413 .Xr newaliases 1 ,
1414 .Xr pgrep 1 ,
1415 .Xr pkill 1 ,
1416 .Xr ps 1 ,
1417 .Xr quota 1 ,
1418 .Xr jail_set 2 ,
1419 .Xr vmm 4 ,
1420 .Xr devfs 5 ,
1421 .Xr fdescfs 5 ,
1422 .Xr jail.conf 5 ,
1423 .Xr linprocfs 5 ,
1424 .Xr linsysfs 5 ,
1425 .Xr procfs 5 ,
1426 .Xr rc.conf 5 ,
1427 .Xr sysctl.conf 5 ,
1428 .Xr bsdconfig 8 ,
1429 .Xr chroot 8 ,
1430 .Xr devfs 8 ,
1431 .Xr halt 8 ,
1432 .Xr ifconfig 8 ,
1433 .Xr inetd 8 ,
1434 .Xr jexec 8 ,
1435 .Xr jls 8 ,
1436 .Xr mount 8 ,
1437 .Xr mountd 8 ,
1438 .Xr nfsd 8 ,
1439 .Xr reboot 8 ,
1440 .Xr rpcbind 8 ,
1441 .Xr sendmail 8 ,
1442 .Xr shutdown 8 ,
1443 .Xr sysctl 8 ,
1444 .Xr syslogd 8 ,
1445 .Xr umount 8 ,
1446 .Xr zfs-jail 8 ,
1447 .Xr extattr 9
1448 .Sh HISTORY
1449 The
1450 .Nm
1451 utility appeared in
1452 .Fx 4.0 .
1453 Hierarchical/extensible jails were introduced in
1454 .Fx 8.0 .
1455 The configuration file was introduced in
1456 .Fx 9.1 .
1457 .Sh AUTHORS
1458 .An -nosplit
1459 The jail feature was written by
1460 .An Poul-Henning Kamp
1461 for R&D Associates
1462 who contributed it to
1463 .Fx .
1464 .Pp
1465 .An Robert Watson
1466 wrote the extended documentation, found a few bugs, added
1467 a few new features, and cleaned up the userland jail environment.
1468 .Pp
1469 .An Bjoern A. Zeeb
1470 added multi-IP jail support for IPv4 and IPv6 based on a patch
1471 originally done by
1472 .An Pawel Jakub Dawidek
1473 for IPv4.
1474 .Pp
1475 .An James Gritton
1476 added the extensible jail parameters, hierarchical jails,
1477 and the configuration file.
1478 .Sh BUGS
1479 It might be a good idea to add an
1480 address alias flag such that daemons listening on all IPs
1481 .Pq Dv INADDR_ANY
1482 will not bind on that address, which would facilitate building a safe
1483 host environment such that host daemons do not impose on services offered
1484 from within jails.
1485 Currently, the simplest answer is to minimize services
1486 offered on the host, possibly limiting it to services offered from
1487 .Xr inetd 8
1488 which is easily configurable.
1489 .Sh NOTES
1490 Great care should be taken when managing directories visible within the jail.
1491 For example, if a jailed process has its current working directory set to a
1492 directory that is moved out of the jail's chroot, then the process may gain
1493 access to the file space outside of the jail.
1494 It is recommended that directories always be copied, rather than moved, out
1495 of a jail.
1496 .Pp
1497 In addition, there are several ways in which an unprivileged user
1498 outside the jail can cooperate with a privileged user inside the jail
1499 and thereby obtain elevated privileges in the host environment.
1500 Most of these attacks can be mitigated by ensuring that the jail root
1501 is not accessible to unprivileged users in the host environment.
1502 Regardless, as a general rule, untrusted users with privileged access
1503 to a jail should not be given access to the host environment.