cdrecord as root
Posted Sep 18, 2004 16:24 UTC (Sat) by
rfunk (subscriber, #4054)
Parent article:
cdrecord trouble
Another option for giving cdrecord the root privileges it wants is to
trust only certain users with the ability to run it as root.
I use sudo to run cdrecord, with myself in the cdrom group and the
following line in /etc/sudoers:
%cdrom ALL=NOPASSWD: /usr/bin/cdrecord, /usr/bin/cdrdao
(OK, so the "cdrom" group is misnamed here....)
(
Log in to post comments)