diff options
author | cryx <cryx@h3q.com> | 2010-01-09 00:56:24 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-01-09 00:56:24 +0000 |
commit | e27c24db3adb58565edafe6602c04036fd50f30f (patch) | |
tree | 86b9f18d6b4336bb1c3bdd84d8165d43735ca7cf /man1 | |
parent | da6e501a90e251d818422017f083b0a810c0b056 (diff) |
zfs property jailed has to be set to "on".
Diffstat (limited to 'man1')
-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. |