From owner-freebsd-doc Sun Jul 25 11:48:57 1999 Delivered-To: freebsd-doc@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id DD1BC15214; Sun, 25 Jul 1999 11:48:54 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA41278; Sun, 25 Jul 1999 11:46:56 -0700 (PDT) (envelope-from dillon) Date: Sun, 25 Jul 1999 11:46:56 -0700 (PDT) From: Matthew Dillon Message-Id: <199907251846.LAA41278@apollo.backplane.com> To: Mark Murray Cc: Sue Blake , freebsd-hackers@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: sandbox?? References: <199907251835.UAA63806@gratis.grondar.za> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Speaking of jail() ... it might be a good idea to change the int32 being passed for the IP address to something a little more portable or it will not be useable when IPV6 goes in. Perhaps a pointer and a length instead of an int32, or even pass a structural pointer and a length (which can remain backwards compatible by checking the passed length). -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message