Deleted Added
sdiff udiff text old ( 240563 ) new ( 254741 )
full compact
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 unchanged lines hidden (view full) ---

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: head/usr.sbin/jail/jail.8 240563 2012-09-16 15:22:15Z des $
27.\"
28.Dd September 15, 2012
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

--- 503 unchanged lines hidden (view full) ---

540.It Va allow.mount.procfs
541privileged users inside the jail will be able to mount and unmount the
542procfs file system.
543This permission is effective only together with
544.Va allow.mount
545and if
546.Va enforce_statfs
547is set to a value lower than 2.
548.It Va allow.mount.zfs
549privileged users inside the jail will be able to mount and unmount the
550ZFS file system.
551This permission is effective only together with
552.Va allow.mount
553and if
554.Va enforce_statfs
555is set to a value lower than 2.

--- 680 unchanged lines hidden ---