Deleted Added
full compact
jail.8 (232247) jail.8 (232278)
1.\"
2.\" Copyright (c) 2000, 2003 Robert N. M. Watson
3.\" Copyright (c) 2008 James Gritton
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\"
28.\" ----------------------------------------------------------------------------
29.\" "THE BEER-WARE LICENSE" (Revision 42):
30.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
31.\" can do whatever you want with this stuff. If we meet some day, and you think
32.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
33.\" ----------------------------------------------------------------------------
34.\"
1.\"
2.\" Copyright (c) 2000, 2003 Robert N. M. Watson
3.\" Copyright (c) 2008 James Gritton
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\"
28.\" ----------------------------------------------------------------------------
29.\" "THE BEER-WARE LICENSE" (Revision 42):
30.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
31.\" can do whatever you want with this stuff. If we meet some day, and you think
32.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
33.\" ----------------------------------------------------------------------------
34.\"
35.\" $FreeBSD: head/usr.sbin/jail/jail.8 232247 2012-02-28 07:35:07Z mm $
35.\" $FreeBSD: head/usr.sbin/jail/jail.8 232278 2012-02-29 00:30:18Z mm $
36.\"
37.Dd February 26, 2012
38.Dt JAIL 8
39.Os
40.Sh NAME
41.Nm jail
42.Nd "create or modify a system jail"
43.Sh SYNOPSIS

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

423.It Va allow.mount.nullfs
424privileged users inside the jail will be able to mount and unmount the
425nullfs file system.
426This permission is effective only together with
427.Va allow.mount
428and if
429.Va enforce_statfs
430is set to a value lower than 2.
36.\"
37.Dd February 26, 2012
38.Dt JAIL 8
39.Os
40.Sh NAME
41.Nm jail
42.Nd "create or modify a system jail"
43.Sh SYNOPSIS

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

423.It Va allow.mount.nullfs
424privileged users inside the jail will be able to mount and unmount the
425nullfs file system.
426This permission is effective only together with
427.Va allow.mount
428and if
429.Va enforce_statfs
430is set to a value lower than 2.
431.It Va allow.mount.procfs
432privileged users inside the jail will be able to mount and unmount the
433procfs file system.
434This permission is effective only together with
435.Va allow.mount
436and if
437.Va enforce_statfs
438is set to a value lower than 2.
431.It Va allow.mount.zfs
432privileged users inside the jail will be able to mount and unmount the
433ZFS file system.
434This permission is effective only together with
435.Va allow.mount
436and if
437.Va enforce_statfs
438is set to a value lower than 2.

--- 527 unchanged lines hidden ---
439.It Va allow.mount.zfs
440privileged users inside the jail will be able to mount and unmount the
441ZFS file system.
442This permission is effective only together with
443.Va allow.mount
444and if
445.Va enforce_statfs
446is set to a value lower than 2.

--- 527 unchanged lines hidden ---