From owner-svn-src-all@FreeBSD.ORG Tue Jan 5 20:38:59 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B09B106566B; Tue, 5 Jan 2010 20:38:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 89CB98FC17; Tue, 5 Jan 2010 20:38:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o05Kcxm2006520; Tue, 5 Jan 2010 20:38:59 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o05KcxjT006518; Tue, 5 Jan 2010 20:38:59 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201001052038.o05KcxjT006518@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 5 Jan 2010 20:38:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201607 - stable/6/lib/libc/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 20:38:59 -0000 Author: bz Date: Tue Jan 5 20:38:59 2010 New Revision: 201607 URL: http://svn.freebsd.org/changeset/base/201607 Log: MFC r186834: Document the special loopback address behaviour of jails. PR: kern/103464 Submitted by: brueffer (correct markup) Reviewed by: brueffer Modified: stable/6/lib/libc/sys/jail.2 Directory Properties: stable/6/lib/libc/ (props changed) Modified: stable/6/lib/libc/sys/jail.2 ============================================================================== --- stable/6/lib/libc/sys/jail.2 Tue Jan 5 20:32:08 2010 (r201606) +++ stable/6/lib/libc/sys/jail.2 Tue Jan 5 20:38:59 2010 (r201607) @@ -8,7 +8,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 8, 2003 +.Dd January 6, 2009 .Dt JAIL 2 .Os .Sh NAME @@ -97,6 +97,9 @@ or, if present, the per-jail .Pp All IP activity will be forced to happen to/from the IP number specified, which should be an alias on one of the network interfaces. +All connections to/from the loopback address +.Pq Li 127.0.0.1 +will be changed to be to/from the address of the jail. .Pp It is possible to identify a process as jailed by examining .Dq Li /proc//status :