From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 12:59:37 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 EC06016A4CE for ; Fri, 15 Apr 2005 12:59:37 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEABD43D5C for ; Fri, 15 Apr 2005 12:59:36 +0000 (GMT) (envelope-from lucky@land3.nsu.ru) Received: from land3.nsu.ru ([193.124.212.1]) by mx.nsu.ru with esmtp (Exim 4.50) id 1DMQSv-0001Ha-Al for freebsd-questions@FreeBSD.ORG; Fri, 15 Apr 2005 20:02:33 +0700 Received: by land3.nsu.ru (Postfix, from userid 1000) id 2E64AB88B; Fri, 15 Apr 2005 19:59:59 +0700 (NOVST) Date: Fri, 15 Apr 2005 19:59:59 +0700 From: Alexey Privalov To: freebsd-questions@FreeBSD.ORG Message-ID: <20050415125959.GB375@land3.nsu.ru> Mail-Followup-To: Alexey Privalov , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: 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 12:59:38 -0000 Hi all, 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?