From owner-freebsd-usb@FreeBSD.ORG Sun Nov 7 19:59:50 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A2E16A4CE for ; Sun, 7 Nov 2004 19:59:50 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20D143D39 for ; Sun, 7 Nov 2004 19:59:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA7JwdL4013499; Sun, 7 Nov 2004 12:58:40 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 07 Nov 2004 12:59:02 -0700 (MST) Message-Id: <20041107.125902.52165153.imp@bsdimp.com> To: Alexander@Leidinger.net From: "M. Warner Losh" In-Reply-To: <20041107190937.13777739@Magellan.Leidinger.net> References: <418DC94E.3010003@elischer.org> <20041107161605.GA81779@crodrigues.org> <20041107190937.13777739@Magellan.Leidinger.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: julian@elischer.org cc: freebsd-usb@freebsd.org Subject: Re: Changing permissions of /dev/usb[n] to 664? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 19:59:50 -0000 In message: <20041107190937.13777739@Magellan.Leidinger.net> Alexander Leidinger writes: : On Sun, 7 Nov 2004 11:16:05 -0500 : Craig Rodrigues wrote: : : > > I'm not saying that you don't, just that it needs to be considerred. : > > And is that ALL they can do if you change it? : > : > I don't see what the problem would be for giving : > read-only access to /dev/usb[n] for non-operators, but I'll : > let someone else chime in. : : Can it be used to read data which may not readable without this change : (e.g. can you access umass devices via usb[n])? I don't think so. Most of the generic usb stuff is in ugen, which is a different device. Warner