Date: Wed, 11 Feb 2004 14:23:47 +0000 From: Lukas Kaminski <lukas.kaminski@web.de> To: freebsd-current@freebsd.org Subject: Permissions with GBDE. Message-ID: <200402111423.20778.lukas.kaminski@web.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402111423.20778.lukas.kaminski>
