From owner-freebsd-questions@FreeBSD.ORG Fri Oct 9 10:34:39 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 530EC1065670 for ; Fri, 9 Oct 2009 10:34:39 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id B3DFE8FC18 for ; Fri, 9 Oct 2009 10:34:38 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id n99AYMiA015038; Fri, 9 Oct 2009 12:34:37 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id n99AYLwH015037; Fri, 9 Oct 2009 12:34:21 +0200 (CEST) (envelope-from olli) Date: Fri, 9 Oct 2009 12:34:21 +0200 (CEST) Message-Id: <200910091034.n99AYLwH015037@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, aryeh.friedman@gmail.com In-Reply-To: <4ACED156.1030609@gmail.com> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 09 Oct 2009 12:34:37 +0200 (CEST) Cc: Subject: Re: How to set device permissions at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG, aryeh.friedman@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 10:34:39 -0000 Aryeh M. Friedman wrote: > Herbert J. Skuhra wrote: > > Den 9. okt. 2009 kl. 05.25 skrev "Aryeh M. Friedman" > > : > > > > > Since certain currently unused devices are not created in /dev > > > (specifically in my case /dev/fuse*) how do I tell what ever (I can't > > > tell it is devfs or what) to always make /dev/fuse* (when needed) > > > with 777 perms (the security implications are not an issue here) > > > > Have you tried devfs.rules(5)? > > yes and since the device doesn't exist at the mount time for devfs they > are ignored Then you did something wrong, or you're confusing devfs.rules and devfs.conf. Quote from the manpage: "The devfs.rules file provides an easy way to create and apply devfs(8) rules, even for devices that are not available at boot." The rules take effect whenever a new node (devide) appears, even after devfs was mounted. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another's code; too little and expressiveness is endangered." -- Guido van Rossum