[Midnightbsd-cvs] src [9429] trunk/share/man/man5/rc.conf.5: The description explains why we should not configure "path",
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 5 09:23:07 EST 2017
Revision: 9429
http://svnweb.midnightbsd.org/src/?rev=9429
Author: laffer1
Date: 2017-03-05 09:23:07 -0500 (Sun, 05 Mar 2017)
Log Message:
-----------
The description explains why we should not configure "path",
"host.hostname", "command", "ip4.addr" and ip6.addr" parameters with
this, but rather use the historical rc.conf(5) options.
Modified Paths:
--------------
trunk/share/man/man5/rc.conf.5
Modified: trunk/share/man/man5/rc.conf.5
===================================================================
--- trunk/share/man/man5/rc.conf.5 2017-03-05 14:22:43 UTC (rev 9428)
+++ trunk/share/man/man5/rc.conf.5 2017-03-05 14:23:07 UTC (rev 9429)
@@ -3960,6 +3960,42 @@
Unset by default.
Set to the fully qualified domain name (FQDN) assigned to jail
.Va jname .
+.It Va jail_ Ns Ao Ar jname Ac Ns Va _parameters
+.Pq Vt str
+Unset by default.
+Set extra parameters for jail
+.Va jname ,
+such as
+.Dq Li allow.chflags
+or
+.Dq Li children.max .
+See
+.Xr jail 8
+for a list of available parameters.
+Note that the following parameters are already defined by
+.Pa rc.d/jail
+script out of their corresponding
+.Nm
+variables:
+.Bl -tag -width "host.hostname" -offset indent
+.It Li path
+set from
+.Va jail_ Ns Ao Ar jname Ac Ns Va _rootdir
+.It Li host.hostname
+set from
+.Va jail_ Ns Ao Ar jname Ac Ns Va _hostname
+.It Li command
+set from
+.Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
+.It Li ip4.addr
+set if
+.Va jail_ Ns Ao Ar jname Ac Ns Va _ip
+contains IPv4 addresses
+.It Li ip6.addr
+set if
+.Va jail_ Ns Ao Ar jname Ac Ns Va _ip6
+contains IPv6 addresses
+.El
.It Va jail_ Ns Ao Ar jname Ac Ns Va _ip
.Pq Vt str
Unset by default.
More information about the Midnightbsd-cvs
mailing list