diff options
author | simon <simon@FreeBSD.org> | 2004-05-04 14:39:32 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-05-04 14:39:32 +0000 |
commit | 8cd95c1a2aa4044c48d1dddb08ae3d84f0c0a01b (patch) | |
tree | 48d2b608b2bd196e55d3ee88ab59c35bd94189c6 /usr.sbin/jail | |
parent | 892b9d0aab69d6f9ff569947bfdc6b9567558a7c (diff) | |
download | FreeBSD-src-8cd95c1a2aa4044c48d1dddb08ae3d84f0c0a01b.zip FreeBSD-src-8cd95c1a2aa4044c48d1dddb08ae3d84f0c0a01b.tar.gz |
mdoc(7) cleanup for the last commit to this file.
OK'ed by: bmilekic
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 9248632..9ed0d95 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -404,11 +404,18 @@ the future this functionality may be finer grained. .Bl -tag -width XXX .It Va security.jail.allow_raw_sockets This MIB entry determines whether or not prison root is allowed to -create raw sockets. Setting this MIB to 1 allows utilities like -ping(8) and traceroute(8) to operate inside the prison. If this MIB +create raw sockets. +Setting this MIB to 1 allows utilities like +.Xr ping 8 +and +.Xr traceroute 8 +to operate inside the prison. +If this MIB is set, the source IP addresses are enforced to comply with the IP address bound to the jail, regardless of whether or not -the IP_HDRINCL flag has been set on the socket. +the +.Dv IP_HDRINCL +flag has been set on the socket. .It Va security.jail.set_hostname_allowed This MIB entry determines whether or not processes within a jail are allowed to change their hostname via |