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