summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman1/ezjail-admin.14
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
149may include numbers separated by '-' for ranges and commas separating individual numbers. 149may include numbers separated by '-' for ranges and commas separating individual numbers.
150 150
151With the -z option, one or more zfs-datasets can be configured to be attached to the jail. 151With the -z option, one or more zfs-datasets can be configured to be attached to the jail.
152You need to configure the sysctl security.jail.mount_allowed=1 and security.jail.enforce_statfs=0 152You need to configure the sysctl security.jail.mount_allowed=1 and security.jail.enforce_statfs=0,
153as well as "add path zfs unhide" in the devfs ruleset for the jail. 153set the jailed zfs property to on as well as "add path zfs unhide" in the devfs ruleset for the jail.
154 154
155You can configure an altered network view (FIB) for the jail with the -f option. For setting up FIBs, see 155You can configure an altered network view (FIB) for the jail with the -f option. For setting up FIBs, see
156setfib(1). The jail needs to be restarted after the option has been applied to take effect. 156setfib(1). The jail needs to be restarted after the option has been applied to take effect.