How-to change permission on SCSI devices?

2005-05-07 Thread regisr
I am looking for a FAQ about dynamic devices: In 5.3 (and 5.4..) SCSI devices nodes (/dev/pass*) are created when discovered (at boot or when running camcontrol rescan ... ) How to change the permissions on the /dev/pass* ? (not manualy of course ;-) OK, I can wrote a shell for this but if there

Re: How-to change permission on SCSI devices?

2005-05-07 Thread Marc Fonvieille
On Sat, May 07, 2005 at 11:39:16AM +0200, regisr wrote: I am looking for a FAQ about dynamic devices: In 5.3 (and 5.4..) SCSI devices nodes (/dev/pass*) are created when discovered (at boot or when running camcontrol rescan ... ) How to change the permissions on the /dev/pass* ? (not manualy

Re: How-to change permission on SCSI devices?

2005-05-07 Thread Roland Smith
On Sat, May 07, 2005 at 01:36:11PM +0200, Marc Fonvieille wrote: On Sat, May 07, 2005 at 11:39:16AM +0200, regisr wrote: I am looking for a FAQ about dynamic devices: In 5.3 (and 5.4..) SCSI devices nodes (/dev/pass*) are created when discovered (at boot or when running camcontrol rescan

Re: How-to change permission on SCSI devices?

2005-05-07 Thread regisr
You have to use devfs(8) facility (man devfs). Anything that exists at boot time can be configured (ownership, permissions and links) in /etv/devfs.conf. Stuff like USB that can be hotplugged should be configured in /etc/devfs.rules for ownership and permissions and in /etc/usbd.conf for

Re: How-to change permission on SCSI devices?

2005-05-07 Thread Philippe PEGON
regisr a écrit : I am looking for a FAQ about dynamic devices: In 5.3 (and 5.4..) SCSI devices nodes (/dev/pass*) are created when discovered (at boot or when running camcontrol rescan ... ) How to change the permissions on the /dev/pass* ? (not manualy of course ;-) OK, I can wrote a shell for