summaryrefslogtreecommitdiff
path: root/man1/ezjail-admin.1
diff options
context:
space:
mode:
authorcryx <cryx@h3q.com>2010-01-08 22:08:26 +0000
committercryx <cryx@h3q.com>2010-01-08 22:08:26 +0000
commita7c0da9712861c7653937c16c272c64a35c95c91 (patch)
tree32ef2643335ca10787bdb4673d8883e2b2f1d7d2 /man1/ezjail-admin.1
parent055caedade786a41963412ec1956944aded18b33 (diff)
Update the manpages to reflect the current state of options.
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-xman1/ezjail-admin.115
1 files changed, 13 insertions, 2 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index 6d59a45..84ecd12 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -16,7 +16,7 @@ ezjail-admin \- Administrate ezjail
16.B ezjail-admin list 16.B ezjail-admin list
17 17
18.T 18.T
19.B ezjail-admin config\fR [-r run|norun] [-n newname] [-i attach|detach|fsck]\fI jailname 19.B ezjail-admin config\fR [-r run|norun] [-n newname] [-c cpu-list] [-z zfs-dataset] [-f fib-number] [-i attach|detach|fsck]\fI jailname
20 20
21.T 21.T
22.B ezjail-admin delete \fR[-w] \fI hostname 22.B ezjail-admin delete \fR[-w] \fI hostname
@@ -144,6 +144,17 @@ You can rename an ezjail by using the -n newname option. If the specified
144ezjail is an image jail and the image has its default name, the image is 144ezjail is an image jail and the image has its default name, the image is
145renamed as well. 145renamed as well.
146 146
147You can configure a cpuset(1) for the jail to use with the -c option. The setting
148will be configured and, if the jail is running, appliedto the running jail. The specification
149may include numbers separated by '-' for ranges and commas separating individual numbers.
150
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
153as well as "add path zfs unhide" in the devfs ruleset for the jail.
154
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.
157
147You can attach image jails for administrative purposes with the -i attach 158You can attach image jails for administrative purposes with the -i attach
148option, and detach them with -i detach. It is not possible to run or delete 159option, and detach them with -i detach. It is not possible to run or delete
149an attached jail. You can force fscking a jail image with the -i fsck command. 160an attached jail. You can force fscking a jail image with the -i fsck command.
@@ -249,6 +260,6 @@ EZJAIL_PREFIX/etc/rc.d/ezjail.sh
249.br 260.br
250EZJAIL_PREFIX/share/examples/ezjail/ 261EZJAIL_PREFIX/share/examples/ezjail/
251.SH "SEE ALSO" 262.SH "SEE ALSO"
252ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5), pw(8) 263ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5), pw(8), cpuset(1), setfib(1)
253.SH AUTHOR 264.SH AUTHOR
254Dirk Engling <erdgeist@erdgeist.org> 265Dirk Engling <erdgeist@erdgeist.org>