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