On 03/02/2012 10:58 PM, Bob Goodwin wrote:
>            [[root@box6 bobg]# setfacl -m u:bobg:rw- /dev/dvd
>
>        Gets the movie running in VLC. 

Well, even though it works of course you really have another underlying
problem.

You should not have to "setfacl" and as I think you've found that
command has to be repeated after a reboot.  Also, you'd really want to
do it to the actual device file....

With no users logged into the system one would see something along these
lines....

[egreshko@f16-2 dev]$ getfacl sr0
# file: sr0
# owner: root
# group: cdrom
user::rw-
user:gdm:rw-
group::rw-
mask::rw-
other::---

Then, after login it will change....

[egreshko@f16-2 dev]$ getfacl sr0
# file: sr0
# owner: root
# group: cdrom
user::rw-
user:egreshko:rw-
group::rw-
mask::rw-
other::---

It is late, and I've forgotten what is responsible for making these
changes.  It seems whatever that is, isn't working correctly on your system.

-- 
Do not condemn the judgment of another because it differs from your own.
You may both be wrong. -- Dandemis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to