Kino problem
Ulf Rompe
Ulf.Rompe at icem.com
Wed Aug 6 07:48:17 UTC 2008
On Di, 2008-08-05 at 19:28 -0500, Mumia W. wrote:
> > sudo adduser $USER disk
> >
> > (As a side effect, this enables you to directly access every disk in
> > your system. So it would be more elegant to change the permissions
> > of /dev/*1394, but I think you have to create a rule in /etc/udev to
> > change them permanently. Maybe someone here is more up-to-date with
> > this stuff.)
> I don't know about adduser. I would do this instead to add myself to
> the "disk" group:
>
> sudo gpasswd -a mumia disk
That does exactly the same as the above adduser command.
> However, access to the disks is possibly too risky for a newbie. Doug,
> you can change the permissions on /dev/raw1394 by modifying the
> script /etc/init.d/rc.local . I might put this in there:
>
> chgrp video /dev/raw1394
And then wonder why the permissions are reset the next time he installs
an update for udev. :-) I just read
through /etc/udev/rules.d/40-permissions.rules and found this:
# IEEE1394 (firewire) devices
# Please note that raw1394 gives unrestricted, raw access to every single
# device on the bus and those devices may do anything as root on your system.
# Yes, I know it also happens to be the only way to rewind your video camera,
# but it's not going to be group "video", okay?
KERNEL=="raw1394", GROUP="disk"
KERNEL=="dv1394*", GROUP="video"
KERNEL=="video1394*", GROUP="video"
Sounds like you would just have to change this single line if you are
sure that you don't have any firewire disks.
[x] ulf
--
Save the whales - Feed the hungry - Free the mallocs
More information about the ubuntu-users
mailing list