From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 13:26:53 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 B512116A4CE for ; Wed, 27 Apr 2005 13:26:53 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACAC43D4C for ; Wed, 27 Apr 2005 13:26:53 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-77.dynamic.qsc.de [212.202.39.77]) by mail.efacilitas.de (Postfix) with ESMTP id 4BFDC123A04; Wed, 27 Apr 2005 15:25:44 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 8556612B0A0; Wed, 27 Apr 2005 15:26:45 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 19403-10; Wed, 27 Apr 2005 15:26:37 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 9117F12B016; Wed, 27 Apr 2005 15:26:37 +0200 (CEST) Message-ID: <426F930D.9020302@cs.tu-berlin.de> Date: Wed, 27 Apr 2005 15:26:37 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mick Walker References: <1114603508.25526.4.camel@codegurus.org> In-Reply-To: <1114603508.25526.4.camel@codegurus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com cc: "freebsd-questions@freebsd.org" Subject: Re: security.bsd.see_other_uid 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: Wed, 27 Apr 2005 13:26:53 -0000 Mick Walker wrote: >Doesn't security.bsd.see_other_uids=0 set in /etc/sysctl.conf work in >4.10-RELEASE? >If not then is their a similar call? > > kern.ps_showallprocs=0 hides processes and sockets e.g. shown by ps and sockstat. Be aware of the fact that the content of /proc is still visible to a user. Björn