From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 18:56:35 2005 Return-Path: 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 1D0A516A4CE for ; Fri, 15 Apr 2005 18:56:35 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D5E43D5D for ; Fri, 15 Apr 2005 18:56:34 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7547 invoked from network); 15 Apr 2005 18:56:34 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Apr 2005 18:56:34 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8FD3352; Fri, 15 Apr 2005 14:56:33 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Alexey Privalov References: <20050415125959.GB375@land3.nsu.ru> From: Lowell Gilbert Date: 15 Apr 2005 14:56:33 -0400 In-Reply-To: <20050415125959.GB375@land3.nsu.ru> Message-ID: <44sm1r27j2.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@FreeBSD.ORG Subject: Re: see processes owned by other users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 18:56:35 -0000 Alexey Privalov writes: > I'm using 5.3-STABLE now (FreeBSD 5.3-STABLE #5: Mon Dec 6 17:45:08 NOVT 2004). > > I've setted security.mac.seeotheruids.enabled to 0 in sysctl.conf, so I can > see my own processes only... > With one exception, if a process was started in jail with the same UID (but > not me directly) then I could see this too. > Is there a feature or bug? Feature. That's exactly what I would expect it to do. If the process has your UID, it belongs to you.