summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorcryx <cryx@h3q.com>2010-01-09 00:56:24 +0000
committercryx <cryx@h3q.com>2010-01-09 00:56:24 +0000
commite27c24db3adb58565edafe6602c04036fd50f30f (patch)
tree86b9f18d6b4336bb1c3bdd84d8165d43735ca7cf /man1
parentda6e501a90e251d818422017f083b0a810c0b056 (diff)
zfs property jailed has to be set to "on".
Diffstat (limited to 'man1')
-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.