From owner-cvs-all Wed Oct 10 16:53:28 2001 Delivered-To: cvs-all@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 2107F37B40C; Wed, 10 Oct 2001 16:53:22 -0700 (PDT) Received: (from mi@localhost) by corbulon.video-collage.com (8.11.4/8.11.4) id f9ANrDp39720; Wed, 10 Oct 2001 19:53:13 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200110102353.f9ANrDp39720@corbulon.video-collage.com> Subject: Re: cvs commit: src/sys/kern kern_proc.c kern_prot.c uipc_socket.c uipc_usrreq.c src/sys/netinet raw_ip.c tcp_subr.c udp_usrreq.c In-Reply-To: <200110102143.f9ALh4E22413@earth.backplane.com> To: Matt Dillon Date: Wed, 10 Oct 2001 19:53:12 -0400 (EDT) Cc: Dag-Erling Smorgrav , Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL92b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I would argue that there are several levels of visibility here > that could be governed by sysctl's. For example, if we take > 'fstat' and 'ps' I would say that a user in the wheel group should > have full access to both, while a user outside of wheel perhaps > should only have access to 'ps'. That's just an example. When I hear about different access right to different information I think about file systems. Perhaps, this information should be made available through something like /proc (or something else based on pseudofs -- /sysctl anyone -- it already hierarchical). Then the admins could tune the permissions to their hearts' content. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message