Mailinglist Archive: opensuse-multimedia (6 mails)
| < Previous | Next > |
Re: [opensuse-multimedia] Dolphin: No Access to DVD_VIDEO_RECORDER
- From: Ladislav Slezak <lslezak@xxxxxxx>
- Date: Fri, 10 Apr 2009 17:22:10 +0200
- Message-id: <49DF6422.3080909@xxxxxxx>
Vladimir Botka wrote:
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::---
--
To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-multimedia+help@xxxxxxxxxxxx
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::---
--
To unsubscribe, e-mail: opensuse-multimedia+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-multimedia+help@xxxxxxxxxxxx
| < Previous | Next > |