From owner-freebsd-questions@FreeBSD.ORG Fri Oct 9 05:52:00 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 62DEE106568F for ; Fri, 9 Oct 2009 05:52:00 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223]) by mx1.freebsd.org (Postfix) with ESMTP id DCA3E8FC14 for ; Fri, 9 Oct 2009 05:51:59 +0000 (UTC) Received: by bwz23 with SMTP id 23so388917bwz.43 for ; Thu, 08 Oct 2009 22:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=jRmWnVHVi4ekGpoa1ZdCAi3/DDZI8DxbVmRIO7Xg4NE=; b=h5J8t2rV2LtQqtMpRbYF2AccknIXrfhzK6d9fOQTF7egXfNDM85qadJK1a3gLmnbb0 kOZ/qdKxy6xZYDW8d4kBdGaECQvxKAdqQlbHji6JQX/vt/lriQqUSN4BO6R4urSdPcdz soUxsXw0rL2Yq7jhGX7i3gWt8/W6c/qj1zatQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=X9PJFrir5ACuj0WEywENO2vKnjOhlb00AiBGq2LZ7vlNMaoym7sdHIV+O/sjORmlAR 2TlUPQ4FcfRomv4xvSq7TehllKhWEgWFk6vwspgRZcgpzktUrqDekY4TXGvRSmLeJkk/ 0cXhl3eILQoJEbOC2/8stzA5xkRpEPQpQGho0= Received: by 10.103.78.35 with SMTP id f35mr885440mul.89.1255067518636; Thu, 08 Oct 2009 22:51:58 -0700 (PDT) Received: from ?91.141.108.101? (091-141-108-101.dyn.orange.at [91.141.108.101]) by mx.google.com with ESMTPS id i5sm2321064mue.38.2009.10.08.22.51.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Oct 2009 22:51:57 -0700 (PDT) Message-Id: <8C7C81E1-2E6E-4802-B692-4A8198877208@gmail.com> From: "Herbert J. Skuhra" To: "freebsd-questions@freebsd.org" In-Reply-To: <4ACEAD18.9070000@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7A341) Mime-Version: 1.0 (iPhone Mail 7A341) Date: Fri, 9 Oct 2009 07:50:13 +0200 References: <4ACEAD18.9070000@gmail.com> 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 05:52:00 -0000 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)? -Herbert