LWN: Comments on "cdrecord trouble"
http://lwn.net/Articles/102322/
This is a special feed containing comments posted
to the individual LWN article titled "cdrecord trouble".
hourly2cdrecord trouble
http://lwn.net/Articles/102727/rss
2004-09-20T10:48:02+00:00arafel
Has he removed the text which claims you're not allowed to modify parts of the program yet? If not, I suspect most distributions won't pick up the latest version, but will just backport the changes.<br>
cdrecord as root
http://lwn.net/Articles/102683/rss
2004-09-18T16:24:03+00:00rfunk
Another option for giving cdrecord the root privileges it wants is to <br>
trust only certain users with the ability to run it as root. <br>
<br>
I use sudo to run cdrecord, with myself in the cdrom group and the <br>
following line in /etc/sudoers: <br>
<br>
%cdrom ALL=NOPASSWD: /usr/bin/cdrecord, /usr/bin/cdrdao <br>
<br>
(OK, so the "cdrom" group is misnamed here....) <br>
cdrecord trouble
http://lwn.net/Articles/102553/rss
2004-09-17T09:10:00+00:00garloff
It is not true that SUSE does disallow non-root users to burn CDs/DVDs. <br>
<br>
It is true, however, that SUSE does not install cdrecord setuid root. <br>
For this to work, the user needs write permission to the CD recorder <br>
device obviously. <br>
<br>
(This will not allow cdrecord to pin memory or use realtime scheduling, <br>
but most recorders have buffer-underrun protection mechanisms (burnfree <br>
and friends) these days, so this is a minor issue. <br>
And SUSE enabled burnfree by default.) <br>
<br>
There's two ways to make this work: <br>
* The classical Un*x approach: Add users that should be allowed to burn <br>
CDs to a group and change the device permissions accordingly. <br>
* The modern way: Upon (graphical) login, provide the local user with <br>
a set of permissions defined by the sysadmin. resmgr does handle this <br>
on SUSE Linux systems. <br>