From owner-freebsd-questions@FreeBSD.ORG Fri Oct 9 06:18:49 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 1D9741065672 for ; Fri, 9 Oct 2009 06:18:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195]) by mx1.freebsd.org (Postfix) with ESMTP id C61008FC18 for ; Fri, 9 Oct 2009 06:18:48 +0000 (UTC) Received: by qyk33 with SMTP id 33so6801454qyk.29 for ; Thu, 08 Oct 2009 23:18:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yrRmAwC2u7CO0IgPfgLTxpqIcjTQtnVFnd4PWXBKw00=; b=q/17SMw1WVzS6dE8x525e5bTEW/EkfI+xZrkuflQQJSqvjdC0BatW3LE3xs6Mb62gG ov6bkKGmWba51maK61zfn2Ye8cwoPvjcmJkKONPKJOp39InzMg2SGxOAz9rxi3nd4SSj ntyw49fJfCKFbQg4ljdG4l+q3gwUuhSDSSCGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JloyOqN/GDjEqAL2HMxmzFpE3ucONJ8lPVC9LIPywn17yVanFSjs1+APmCHv7RciIj guLbPF5GOOap1lRNlqTYDEDKGxR/iZgyveO79GxAgPcVbIdQlB3FjzDZ4A2WMDOyOKJz IkH9aZko8VnXNdqw7ZOFQgJiqEj9lkmjERJl0= Received: by 10.224.20.210 with SMTP id g18mr2126069qab.325.1255069128113; Thu, 08 Oct 2009 23:18:48 -0700 (PDT) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id 6sm521940qwk.6.2009.10.08.23.18.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Oct 2009 23:18:47 -0700 (PDT) Message-ID: <4ACED5C6.8060605@gmail.com> Date: Fri, 09 Oct 2009 02:18:46 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.23 (X11/20090915) MIME-Version: 1.0 To: Roland Smith References: <4ACEAD18.9070000@gmail.com> <20091009061155.GA75746@slackbox.xs4all.nl> In-Reply-To: <20091009061155.GA75746@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to set device permissions at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 06:18:49 -0000 Roland Smith wrote: > On Thu, Oct 08, 2009 at 11:25:12PM -0400, Aryeh M. Friedman wrote: > >> 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) >> > > See devfs.rules(5). > > Should of been more specific in the orginal question then I added a rule and since the device doesn't exist at devfs mount time it does not honor the rule