From owner-freebsd-stable@FreeBSD.ORG Fri Feb 24 15:52:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCF916A420 for ; Fri, 24 Feb 2006 15:52:33 +0000 (GMT) (envelope-from ricardo_bsd@yahoo.com.br) Received: from maritaca.epm.br (disrouter.epm.br [200.17.25.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B317F43D45 for ; Fri, 24 Feb 2006 15:52:32 +0000 (GMT) (envelope-from ricardo_bsd@yahoo.com.br) Received: from localhost (localhost.localdomain [127.0.0.1]) by maritaca.epm.br (Postfix) with ESMTP id 6C9653A6F; Fri, 24 Feb 2006 12:52:30 -0300 (BRST) Received: from [172.22.1.166] (ricardo.epm.br [172.22.1.166]) by maritaca.epm.br (Postfix) with ESMTP id 8B39D3940; Fri, 24 Feb 2006 12:52:17 -0300 (BRST) Message-ID: <43FF2B82.5090304@yahoo.com.br> Date: Fri, 24 Feb 2006 12:51:30 -0300 From: "Ricardo A. Reis" User-Agent: Thunderbird 1.5 (X11/20060209) MIME-Version: 1.0 To: Vlad GALU References: <79722fad0602220606y2489b6a5j365092defffec818@mail.gmail.com> In-Reply-To: <79722fad0602220606y2489b6a5j365092defffec818@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit UNIFESP-Virus-Scanned: by amavisd-new at dis.epm.br Cc: freebsd-stable@freebsd.org Subject: Re: Processes started inside a jail are only visible outside the jail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:52:33 -0000 Hi Vlad, See your sysctl.conf per this entries: sysctl -ad | grep bsd.see security.bsd.see_other_gids: Unprivileged processes may see subjects/objects with different real gid security.bsd.see_other_uids: Unprivileged processes may see subjects/objects with different real uid Ricardo A. Reis UNIFESP Unix and Network Admin > 6.1-PRERELEASE > > Inside the jail: > root@j1 / # /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd.conf > root@j1 / # > root@j1 / # ps ax | grep light > 55816 p0 S+J 0:00.00 grep light > root@j1 / # > > Outside the jail: > root@host / # ps ax | grep light > 6263 ?? S 0:47.85 /usr/local/sbin/lighttpd -f > /usr/local/etc/lighttpd.conf > 81204 ?? SJ 0:00.01 /usr/local/sbin/lighttpd -f > /usr/local/etc/lighttpd.conf > 85151 pa S+ 0:00.00 grep light > root@host / # > > There are two lighttpd instances - the host runs one as well. The > other one is the one started from within the jail. > I don't know where to start investigating from. > > -- > If it's there, and you can see it, it's real. > If it's not there, and you can see it, it's virtual. > If it's there, and you can't see it, it's transparent. > If it's not there, and you can't see it, you erased it. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >