diff options
-rwxr-xr-x | man1/ezjail-admin.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 84ecd12..f7c84a2 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -149,8 +149,8 @@ will be configured and, if the jail is running, appliedto the running jail. The | |||
149 | may include numbers separated by '-' for ranges and commas separating individual numbers. | 149 | may include numbers separated by '-' for ranges and commas separating individual numbers. |
150 | 150 | ||
151 | With the -z option, one or more zfs-datasets can be configured to be attached to the jail. | 151 | With the -z option, one or more zfs-datasets can be configured to be attached to the jail. |
152 | You need to configure the sysctl security.jail.mount_allowed=1 and security.jail.enforce_statfs=0 | 152 | You need to configure the sysctl security.jail.mount_allowed=1 and security.jail.enforce_statfs=0, |
153 | as well as "add path zfs unhide" in the devfs ruleset for the jail. | 153 | set the jailed zfs property to on as well as "add path zfs unhide" in the devfs ruleset for the jail. |
154 | 154 | ||
155 | You can configure an altered network view (FIB) for the jail with the -f option. For setting up FIBs, see | 155 | You can configure an altered network view (FIB) for the jail with the -f option. For setting up FIBs, see |
156 | setfib(1). The jail needs to be restarted after the option has been applied to take effect. | 156 | setfib(1). The jail needs to be restarted after the option has been applied to take effect. |