From owner-freebsd-questions@FreeBSD.ORG Sat Aug 13 10:13:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF2016A41F for ; Sat, 13 Aug 2005 10:13:20 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1549A43D48 for ; Sat, 13 Aug 2005 10:13:18 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 13 Aug 2005 10:13:17 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp034) with SMTP; 13 Aug 2005 12:13:17 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Sat, 13 Aug 2005 12:13:02 +0200 User-Agent: KMail/1.8.1 References: <200508122053.29480@harrymail> <20050813085304.GA77880@walton.maths.tcd.ie> In-Reply-To: <20050813085304.GA77880@walton.maths.tcd.ie> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5483394.0NSD2MkiE7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200508131213.14496@harrymail> X-Y-GMX-Trusted: 0 Cc: David Malone Subject: Re: IPv6 site local EUI-64 adresses and jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2005 10:13:20 -0000 --nextPart5483394.0NSD2MkiE7 Content-Type: multipart/mixed; boundary="Boundary-01=_xec/C8KbsYhIYT6" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_xec/C8KbsYhIYT6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Samstag, 13. August 2005 10:53 CEST schrieb David Malone: > On Fri, Aug 12, 2005 at 08:53:20PM +0200, Emanuel Strobl wrote: > > Now in the 24-16-24 scheme of th interface id part of the IPv6 > > address, the 16 bits were inserted with the value FFFE. And bit 57 was > > changed to one! Why???? What if it is alread one? Or isn't tehre any > > vendor who can have bit 41 of his MAC 1? > > Some of the bits of a MAC address are reserved. There is a bit that > indicates if the address is the address of a group of machines (for > multicast) or the address of a single machine. The bit that is > flipped when generating IPv6 addresses is the "local/global" bit, > that indicates if the address has been assigned locally or by some > global authority. For normal ethernet cards, this bit would always > be 0. > > > Now I want to use a dedicated interface, which is in a different > > subnet, for 5 jails. How do I do that if I want to keep the MAC > > relation and if I'm not allewd to change the FFFE insert? It isn't > > possible then, is it? What should I do instead? Invent my own 64-bit > > scheme? > > I'd suggest that you use manually assigned addresses in cases like this. > You know what sort of addresses will be generated by autoconfiguration, > so it should be easy for you to choose addresses that won't clash. > > Unfortunately jails do not actually support restricting the use of IPv6 > addresses right now. Thanks a lot for your explanation! I have patches from Olivier Houchard for= =20 testing which extends jails for IPv6 :) He wrote it some time ago for RELENG_5 but wasn't sure if it is secure=20 enough to committ it. I think more teseters are welcome, I have to solve some other IPv6=20 proplems first (like auto host config and DNS?), so I attach the patches=20 here, I can't imagine why Olivier wouldn't want that. Best regards, =2DHarry > > David. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" --Boundary-01=_xec/C8KbsYhIYT6 Content-Type: text/x-diff; charset="iso-8859-1"; name="jail-v6-RELENG_6.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="jail-v6-RELENG_6.diff" Index: sys/kern/kern_jail.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/kern/kern_jail.c,v retrieving revision 1.50 diff -u -p -r1.50 kern_jail.c =2D-- sys/kern/kern_jail.c 23 Jun 2005 22:13:28 -0000 1.50 +++ sys/kern/kern_jail.c 12 Aug 2005 22:57:21 -0000 @@ -12,6 +12,7 @@ __FBSDID("$FreeBSD: src/sys/kern/kern_ja =20 #include "opt_mac.h" =20 +#include "opt_inet6.h" #include #include #include @@ -49,7 +50,7 @@ SYSCTL_INT(_security_jail, OID_AUTO, set int jail_socket_unixiproute_only =3D 1; SYSCTL_INT(_security_jail, OID_AUTO, socket_unixiproute_only, CTLFLAG_RW, &jail_socket_unixiproute_only, 0, =2D "Processes in jail are limited to creating UNIX/IPv4/route sockets o= nly"); + "Processes in jail are limited to creating UNIX/IP/route sockets only"= ); =20 int jail_sysvipc_allowed =3D 0; SYSCTL_INT(_security_jail, OID_AUTO, sysvipc_allowed, CTLFLAG_RW, @@ -134,6 +135,9 @@ jail(struct thread *td, struct jail_args error =3D copyinstr(j.hostname, &pr->pr_host, sizeof(pr->pr_host), 0); if (error) goto e_dropvnref; +#ifdef INET6 + memcpy(&pr->pr_ip6, &j.ip6_number, sizeof(pr->pr_ip6)); +#endif pr->pr_ip =3D j.ip_number; pr->pr_linux =3D NULL; pr->pr_securelevel =3D securelevel; @@ -375,18 +379,82 @@ prison_remote_ip(struct ucred *cred, int return; } =20 +#ifdef INET6 +void +prison_getip6(struct ucred *ucred, u_int8_t **ip6) +{ + + memcpy(ip6, &ucred->cr_prison->pr_ip6, + sizeof(ucred->cr_prison->pr_ip6)); +} + +int +prison_ip6(struct ucred *ucred, u_int8_t **ip6) +{ + struct in6_addr tmp; +=09 + if (!jailed(ucred)) + return (0); + memcpy(&tmp, ip6, sizeof(tmp)); + if (IN6_IS_ADDR_LOOPBACK(&tmp) || + IN6_IS_ADDR_UNSPECIFIED(&tmp)) { + memcpy(ip6, &ucred->cr_prison->pr_ip6, sizeof(tmp)); + return (0); + } + if (IN6_ARE_ADDR_EQUAL((struct in6_addr *)ip6, + (struct in6_addr *)&ucred->cr_prison->pr_ip6)) + return (1); + return (0); +} + +void +prison_remote_ip6(struct ucred *cred, u_int8_t **ip) +{ + struct in6_addr tmp; + + if (!jailed(cred)) + return; + memcpy(&tmp, ip, sizeof(tmp)); + if (IN6_IS_ADDR_LOOPBACK(&tmp)) { + memcpy(ip, &cred->cr_prison->pr_ip6, sizeof(tmp)); + return; + } + return; +} + +#endif + int prison_if(struct ucred *cred, struct sockaddr *sa) { struct sockaddr_in *sai; +#ifdef INET6 + struct sockaddr_in6 *sa6; +#endif int ok; =20 sai =3D (struct sockaddr_in *)sa; =2D if ((sai->sin_family !=3D AF_INET) && jail_socket_unixiproute_only) =2D ok =3D 1; =2D else if (sai->sin_family !=3D AF_INET) =2D ok =3D 0; =2D else if (cred->cr_prison->pr_ip !=3D ntohl(sai->sin_addr.s_addr)) +#ifdef INET6 + sa6 =3D (struct sockaddr_in6 *)sa; +#endif + if (sai->sin_family =3D=3D AF_INET) { + if (cred->cr_prison->pr_ip !=3D ntohl(sai->sin_addr.s_addr)) + ok =3D 1; + else + ok =3D 0; + } else +#ifdef INET6 + if (sai->sin_family =3D=3D AF_INET6) { + if (!IN6_ARE_ADDR_EQUAL((struct in6_addr *) + &cred->cr_prison->pr_ip6, + (struct in6_addr *)&sa6->sin6_addr)) + ok =3D 1; + else + ok =3D 0; + } + else +#endif + if (jail_socket_unixiproute_only) ok =3D 1; else ok =3D 0; Index: sys/kern/uipc_socket.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/kern/uipc_socket.c,v retrieving revision 1.242 diff -u -p -r1.242 uipc_socket.c =2D-- sys/kern/uipc_socket.c 1 Jul 2005 16:28:30 -0000 1.242 +++ sys/kern/uipc_socket.c 12 Aug 2005 22:57:21 -0000 @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD: src/sys/kern/uipc_socket.c,v 1.242 2005/07/01 16:28:30= ssouhlal Exp $"); =20 #include "opt_inet.h" +#include "opt_inet6.h" #include "opt_mac.h" #include "opt_zero.h" =20 @@ -193,6 +194,9 @@ socreate(dom, aso, type, proto, cred, td if (jailed(cred) && jail_socket_unixiproute_only && prp->pr_domain->dom_family !=3D PF_LOCAL && prp->pr_domain->dom_family !=3D PF_INET && +#ifdef INET6 + prp->pr_domain->dom_family !=3D PF_INET6 && +#endif prp->pr_domain->dom_family !=3D PF_ROUTE) { return (EPROTONOSUPPORT); } Index: sys/netinet/tcp_usrreq.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/netinet/tcp_usrreq.c,v retrieving revision 1.124 diff -u -p -r1.124 tcp_usrreq.c =2D-- sys/netinet/tcp_usrreq.c 1 Jun 2005 12:14:56 -0000 1.124 +++ sys/netinet/tcp_usrreq.c 12 Aug 2005 22:57:21 -0000 @@ -408,6 +408,9 @@ tcp6_usr_connect(struct socket *so, stru in6_sin6_2_sin(&sin, sin6p); inp->inp_vflag |=3D INP_IPV4; inp->inp_vflag &=3D ~INP_IPV6; + if (td && jailed(td->td_ucred)) + prison_remote_ip(td->td_ucred, 0,=20 + &sin.sin_addr.s_addr); if ((error =3D tcp_connect(tp, (struct sockaddr *)&sin, td)) !=3D 0) goto out; error =3D tcp_output(tp); @@ -416,6 +419,8 @@ tcp6_usr_connect(struct socket *so, stru inp->inp_vflag &=3D ~INP_IPV4; inp->inp_vflag |=3D INP_IPV6; inp->inp_inc.inc_isipv6 =3D 1; + if (td && jailed(td->td_ucred)) + prison_remote_ip6(td->td_ucred, (u_int8_t **)&sin6p->sin6_addr); if ((error =3D tcp6_connect(tp, nam, td)) !=3D 0) goto out; error =3D tcp_output(tp); Index: sys/netinet6/in6_pcb.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/netinet6/in6_pcb.c,v retrieving revision 1.62 diff -u -p -r1.62 in6_pcb.c =2D-- sys/netinet6/in6_pcb.c 7 Jan 2005 02:30:34 -0000 1.62 +++ sys/netinet6/in6_pcb.c 12 Aug 2005 22:58:39 -0000 @@ -134,6 +134,13 @@ in6_pcbbind(inp, nam, cred) =20 if (!in6_ifaddr) /* XXX broken! */ return (EADDRNOTAVAIL); + if (jailed(cred)) { + struct in6_addr tmp_addr6; + + prison_getip6(cred, (uint8_t **)&tmp_addr6); + if (IN6_IS_ADDR_UNSPECIFIED(&tmp_addr6)) + return (EADDRNOTAVAIL); + } if (inp->inp_lport || !IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr)) return (EINVAL); if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) =3D=3D 0) @@ -148,6 +155,9 @@ in6_pcbbind(inp, nam, cred) if (nam->sa_family !=3D AF_INET6) return (EAFNOSUPPORT); =20 + if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr) && + prison_ip6(cred, (u_int8_t **)&sin6->sin6_addr)) + return (EINVAL); /* KAME hack: embed scopeid */ if (in6_embedscope(&sin6->sin6_addr, sin6, inp, NULL) !=3D 0) return EINVAL; @@ -186,16 +196,19 @@ in6_pcbbind(inp, nam, cred) } if (lport) { struct inpcb *t; + int prison =3D 1; =20 /* GROSS */ if (ntohs(lport) < IPV6PORT_RESERVED && suser_cred(cred, SUSER_ALLOWJAIL)) return (EACCES); + if (jailed(cred)) + prison =3D 1; if (so->so_cred->cr_uid !=3D 0 && !IN6_IS_ADDR_MULTICAST(&sin6->sin6_addr)) { t =3D in6_pcblookup_local(pcbinfo, &sin6->sin6_addr, lport, =2D INPLOOKUP_WILDCARD); + prison ? 0 : INPLOOKUP_WILDCARD); if (t && ((t->inp_vflag & INP_TIMEWAIT) =3D=3D 0) && (so->so_type !=3D SOCK_STREAM || @@ -225,6 +238,10 @@ in6_pcbbind(inp, nam, cred) return (EADDRINUSE); } } + if (!IN6_IS_ADDR_UNSPECIFIED(&sin6->sin6_addr) && + prison_ip6(cred, (u_int8_t **) + &sin6->sin6_addr)) + return (EADDRNOTAVAIL); t =3D in6_pcblookup_local(pcbinfo, &sin6->sin6_addr, lport, wild); if (t && (reuseport & ((t->inp_vflag & INP_TIMEWAIT) ? @@ -257,6 +274,11 @@ in6_pcbbind(inp, nam, cred) } inp->in6p_laddr =3D sin6->sin6_addr; } + if (!IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr) + && prison_ip6(cred, (u_int8_t **) + &inp->in6p_laddr)) + return (EINVAL); +=09 if (lport =3D=3D 0) { int e; if ((e =3D in6_pcbsetport(&inp->in6p_laddr, inp, cred)) !=3D 0) @@ -264,6 +286,7 @@ in6_pcbbind(inp, nam, cred) } else { inp->inp_lport =3D lport; + =09 if (in_pcbinshash(inp) !=3D 0) { inp->in6p_laddr =3D in6addr_any; inp->inp_lport =3D 0; @@ -360,6 +383,20 @@ in6_pcbconnect(inp, nam, cred) INP_INFO_WLOCK_ASSERT(inp->inp_pcbinfo); INP_LOCK_ASSERT(inp); =20 + if (IN6_IS_ADDR_UNSPECIFIED(&inp->in6p_laddr) && jailed(cred)) { + struct sockaddr_in6 sa6; + + bzero(&sa6, sizeof(sa6)); + prison_getip6(cred, (u_int8_t **)&sa6.sin6_addr); + if (IN6_IS_ADDR_UNSPECIFIED(&sa6.sin6_addr)) + return (EADDRNOTAVAIL); + sa6.sin6_len =3D sizeof(sa6); + sa6.sin6_family =3D AF_INET6; + /* XXX scope_id ? */ + error =3D in6_pcbbind(inp, (struct sockaddr *)&sa6, cred); + if (error) + return (error); + } /* * Call inner routine, to assign local interface address. * in6_pcbladdr() may automatically fill in sin6_scope_id. Index: sys/netinet6/udp6_usrreq.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/netinet6/udp6_usrreq.c,v retrieving revision 1.54 diff -u -p -r1.54 udp6_usrreq.c =2D-- sys/netinet6/udp6_usrreq.c 1 Jun 2005 11:38:19 -0000 1.54 +++ sys/netinet6/udp6_usrreq.c 12 Aug 2005 22:57:21 -0000 @@ -80,6 +80,7 @@ #include #include #include +#include =20 #include #include @@ -461,7 +462,7 @@ udp6_getcred(SYSCTL_HANDLER_ARGS) struct inpcb *inp; int error, s; =20 =2D error =3D suser(req->td); + error =3D suser_cred(req->td->td_ucred, SUSER_ALLOWJAIL); if (error) return (error); =20 @@ -481,6 +482,9 @@ udp6_getcred(SYSCTL_HANDLER_ARGS) error =3D ENOENT; goto out; } + error =3D cr_canseesocket(req->td->td_ucred, inp->inp_socket); + if (error) + goto out; cru2x(inp->inp_socket->so_cred, &xuc); error =3D SYSCTL_OUT(req, &xuc, sizeof(struct xucred)); out: @@ -488,8 +492,8 @@ out: return (error); } =20 =2DSYSCTL_PROC(_net_inet6_udp6, OID_AUTO, getcred, CTLTYPE_OPAQUE|CTLFLAG_R= W, =2D 0, 0, +SYSCTL_PROC(_net_inet6_udp6, OID_AUTO, getcred,=20 + CTLTYPE_OPAQUE|CTLFLAG_RW|CTLFLAG_PRISON, 0, 0, udp6_getcred, "S,xucred", "Get the xucred of a UDP6 connection"); =20 static int @@ -629,6 +633,9 @@ udp6_connect(struct socket *so, struct s return EISCONN; in6_sin6_2_sin(&sin, sin6_p); s =3D splnet(); + if (td && jailed(td->td_ucred)) + prison_remote_ip(td->td_ucred, 0, + &sin.sin_addr.s_addr); error =3D in_pcbconnect(inp, (struct sockaddr *)&sin, td->td_ucred); splx(s); @@ -645,6 +652,11 @@ udp6_connect(struct socket *so, struct s goto out; } s =3D splnet(); + if (td && jailed(td->td_ucred)) { + struct sockaddr_in6 *sin6 =3D (struct sockaddr_in6 *)nam; + + prison_remote_ip6(td->td_ucred, (uint8_t **)&sin6->sin6_addr); + } error =3D in6_pcbconnect(inp, nam, td->td_ucred); splx(s); if (error =3D=3D 0) { Index: sys/sys/jail.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/sys/sys/jail.h,v retrieving revision 1.26 diff -u -p -r1.26 jail.h =2D-- sys/sys/jail.h 9 Jun 2005 18:49:19 -0000 1.26 +++ sys/sys/jail.h 12 Aug 2005 22:57:21 -0000 @@ -18,6 +18,7 @@ struct jail { char *path; char *hostname; u_int32_t ip_number; + u_int8_t ip6_number[16]; }; =20 struct xprison { @@ -26,6 +27,7 @@ struct xprison { char pr_path[MAXPATHLEN]; char pr_host[MAXHOSTNAMELEN]; u_int32_t pr_ip; + u_int8_t pr_ip6[16]; }; #define XPRISON_VERSION 1 =20 @@ -69,6 +71,7 @@ struct prison { struct vnode *pr_root; /* (c) vnode to rdir */ char pr_host[MAXHOSTNAMELEN]; /* (p) jail hostname */ u_int32_t pr_ip; /* (c) ip addr host */ + u_int8_t pr_ip6[16]; /* (c) ip6 addr host */ void *pr_linux; /* (p) linux abi */ int pr_securelevel; /* (p) securelevel */ struct task pr_task; /* (d) destroy task */ @@ -110,7 +113,11 @@ u_int32_t prison_getip(struct ucred *cre void prison_hold(struct prison *pr); int prison_if(struct ucred *cred, struct sockaddr *sa); int prison_ip(struct ucred *cred, int flag, u_int32_t *ip); +#ifdef INET6 +void prison_getip6(struct ucred *cred, u_int8_t **ip6); +int prison_ip6(struct ucred *cred, u_int8_t **ip6); +void prison_remote_ip6(struct ucred *cred, u_int8_t **ip6); +#endif void prison_remote_ip(struct ucred *cred, int flags, u_int32_t *ip); =2D #endif /* _KERNEL */ #endif /* !_SYS_JAIL_H_ */ Index: usr.sbin/jail/jail.8 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/usr.sbin/jail/jail.8,v retrieving revision 1.67.2.1 diff -u -p -r1.67.2.1 jail.8 =2D-- usr.sbin/jail/jail.8 10 Aug 2005 19:00:43 -0000 1.67.2.1 +++ usr.sbin/jail/jail.8 12 Aug 2005 22:57:21 -0000 @@ -43,6 +43,7 @@ .Nm .Op Fl i .Op Fl l u Ar username | Fl U Ar username +.Op Fl 6 Ar ip6-number .Ar path hostname ip-number command ... .Sh DESCRIPTION The @@ -77,6 +78,8 @@ should run. The user name from jailed environment as whom the .Ar command should run. +.It Fl 6 Ar ip6 addr +set the IPv6 address assigned to the prison. .It Ar path Directory which is to be the root of the prison. .It Ar hostname Index: usr.sbin/jail/jail.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cognet/ncvs/src/usr.sbin/jail/jail.c,v retrieving revision 1.20 diff -u -p -r1.20 jail.c =2D-- usr.sbin/jail/jail.c 17 Nov 2004 10:01:48 -0000 1.20 +++ usr.sbin/jail/jail.c 12 Aug 2005 22:57:21 -0000 @@ -12,6 +12,7 @@ __FBSDID("$FreeBSD: src/usr.sbin/jail/ja =20 #include #include +#include =20 #include #include @@ -56,13 +57,14 @@ main(int argc, char **argv) gid_t groups[NGROUPS]; int ch, i, iflag, lflag, ngroups, uflag, Uflag; char path[PATH_MAX], *username; + char *ipv6 =3D NULL; static char *cleanenv; const char *shell, *p =3D NULL; =20 iflag =3D lflag =3D uflag =3D Uflag =3D 0; username =3D cleanenv =3D NULL; =20 =2D while ((ch =3D getopt(argc, argv, "ilu:U:")) !=3D -1) { + while ((ch =3D getopt(argc, argv, "ilu:U6:")) !=3D -1) { switch (ch) { case 'i': iflag =3D 1; @@ -78,6 +80,9 @@ main(int argc, char **argv) case 'l': lflag =3D 1; break; + case '6': + ipv6 =3D optarg; + break; default: usage(); } @@ -103,6 +108,11 @@ main(int argc, char **argv) if (inet_aton(argv[2], &in) =3D=3D 0) errx(1, "Could not make sense of ip-number: %s", argv[2]); j.ip_number =3D ntohl(in.s_addr); + if (ipv6) { + if (inet_pton(AF_INET6, ipv6, &j.ip6_number) !=3D 1) + errx(1, "Could not make sense of ipv6: %s", ipv6); + } else + bzero(&j.ip6_number, sizeof(j.ip6_number)); i =3D jail(&j); if (i =3D=3D -1) err(1, "jail"); @@ -149,7 +159,7 @@ usage(void) { =20 (void)fprintf(stderr, "%s%s\n", =2D "usage: jail [-i] [-l -u username | -U username]", + "usage: jail [-i] [-6 ip6-number] [-l -u username | -U username]", " path hostname ip-number command ..."); exit(1); } --Boundary-01=_xec/C8KbsYhIYT6-- --nextPart5483394.0NSD2MkiE7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC/ce6Bylq0S4AzzwRAlcYAJ47bU+Y/vRgn/XksTIQrn1ZXVNwwQCeLaDE W/ZMgoeLbJjdui2cLhrssfE= =eRgM -----END PGP SIGNATURE----- --nextPart5483394.0NSD2MkiE7--