Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2008 21:26:59 +0000
From:      =?ISO-8859-1?Q?S=E9bastien_Morand?= <seb.morand@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   devfs and scanner
Message-ID:  <4835E523.2090304@gmail.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000406060002030000070209
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi

a would like to up my scanner automatically ofr regular user, so I create theses 
lines in devfs.conf:
link	uscanner0	scanner
perm	uscanner0	0660
own	uscanner0	root:scanner

I create the group scanner and add the user in it, but it doesn't work. When I 
plug the scanner I get:
$ ls -l /dev/uscanner0
crw-r--r--  1 root  operator    0, 124 May 22 21:25 /dev/uscanner0

And what I would like is:
crw-rw-r--  1 root  scanner    0, 124 May 22 21:25 /dev/uscanner0

How can I achieve this?

Thanks
Sebastien

--------------000406060002030000070209--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4835E523.2090304>