From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 05:24:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B59716A4CE for ; Wed, 11 Feb 2004 05:24:25 -0800 (PST) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id D146C43D1F for ; Wed, 11 Feb 2004 05:24:24 -0800 (PST) (envelope-from lukas.kaminski@web.de) Received: from [80.137.4.77] (helo=tuor) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #605) id 1AquLn-0006po-00 for freebsd-current@freebsd.org; Wed, 11 Feb 2004 14:24:23 +0100 From: Lukas Kaminski To: freebsd-current@freebsd.org Date: Wed, 11 Feb 2004 14:23:47 +0000 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200402111423.20778.lukas.kaminski@web.de> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: lukas.kaminski@web.de X-Mailman-Approved-At: Wed, 11 Feb 2004 05:26:45 -0800 Subject: Permissions with GBDE. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 13:24:25 -0000 Hi! Something strange happens: after a 'gbde attach /dev/afd0 -l /etc/gbde/afd0' the permissions are: crw-rw---- 1 root operator 4, 12 Feb 11 11:28 afd0 crw-r----- 1 root operator 4, 23 Feb 11 11:28 afd0.bde so i can't mount the encrypted device as a user. I wonder why the ownership is set correctly, but the device permissions are not. Maybe i misunderstood the whole concept of devfs.... sysctl.conf: vfs.usermount=1 devfs.conf: own afd0 root:operator perm afd0 0660 own afd0.bde root:operator perm afd0.bde 0660