Re: Dolphin: No Access to DVD_VIDEO_RECORDER
Ladislav Slezak <[email protected]>
| Newsgroups | gmane.linux.suse.multimedia,gmane.linux.suse.opensuse.user |
|---|---|
| Message-ID | <[email protected]> |
Vladimir Botka wrote: > On Fri, 10 Apr 2009 15:33:58 +0200 > # ll /dev/dvd > lrwxrwxrwx 1 root root 3 2009-04-03 03:26 /dev/dvd -> sr0 > # ll /dev/sr0 > brw-rw----+ 1 root disk 11, 0 2009-04-03 03:26 /dev/sr0 Note the plus sign at the end of the access flags. It indicates that there are additional rights set via ACL. Use 'getfacl' to list the ACLs. In my case I can access the device although I am not in disk group because I have rw ACL right : # ll /dev/sr0 brw-rw----+ 1 root disk 11, 0 31. bře 20.54 /dev/sr0 # getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: disk user::rw- user:lslezak:rw- group::rw- mask::rw- other::---