From owner-freebsd-jail@FreeBSD.ORG Mon Aug 24 15:27:54 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0260E106568B for ; Mon, 24 Aug 2009 15:27:54 +0000 (UTC) (envelope-from tlott@gamesnet.de) Received: from spirit.gamesnet.de (spirit.gamesnet.de [87.230.101.86]) by mx1.freebsd.org (Postfix) with ESMTP id B2A3C8FC17 for ; Mon, 24 Aug 2009 15:27:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spirit.gamesnet.de (Postfix) with ESMTP id 108EC39BB77 for ; Mon, 24 Aug 2009 17:17:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at gamesnet.de Received: from spirit.gamesnet.de ([127.0.0.1]) by localhost (spirit.gamesnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J7YKNgJe3ZO9 for ; Mon, 24 Aug 2009 17:17:17 +0200 (CEST) Received: from sub.han.vpn.gamesnet.de (sub.han.vpn.gamesnet.de [192.168.1.101]) by spirit.gamesnet.de (Postfix) with ESMTPSA id 5373439BB6E for ; Mon, 24 Aug 2009 17:17:17 +0200 (CEST) Date: Mon, 24 Aug 2009 17:17:16 +0200 From: Tobias Lott To: freebsd-jail@freebsd.org Message-ID: <20090824171716.4722c136@sub.han.vpn.gamesnet.de> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.5; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Accessing Unix-Sockets from Jails X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 15:27:54 -0000 Good Day Just a short Question, I've noticed that I can access any Domain Socket which is on the Host System within any Jail. OpenLDAP for example. jail1% ldapsearch -b dc=example,dc=com # extended LDIF # # LDAPv3 # base with scope subtree # filter: (objectclass=*) # requesting: ALL # # search result search: 2 result: 32 No such object # numResponses: 1 Reason why there is no Object is just cause I haven't imported the ldif yet. Its definitely not using tcp since slapd is bound to localhost (on Host FreeBSD) Anyway is that by Design or a Bug? uname output: FreeBSD quad.han.vpn.gamesnet.de 8.0-BETA2 FreeBSD 8.0-BETA2 #0 r196198: Fri Aug 14 00:22:42 CEST 2009 root@quad.han.vpn.gamesnet.de:/usr/obj/usr/src/sys/QUAD i386 Cheers -- Tobias Lott