>>>>> On Sat, 28 Jan 2012, Samuli Suominen wrote: > i've improved the situation _a bit_:
> +*cdrtools-3.01_alpha06-r1 (28 Jan 2012) > + > + 28 Jan 2012; Samuli Suominen <ssuomi...@gentoo.org> > + +cdrtools-3.01_alpha06-r1.ebuild: > + Change cdda2wav, cdrecord, readcd and rscsi from suid root to sgid > disk for > + udev users (note: tested with cdrecord -scanbus) This is definitely not an improvement and should be reverted. The suid root is also needed to elevate cdrecord's scheduling priority. And is this such an urgent matter that there wasn't time to file a proper bug? Or have you discussed this change with the package's maintainer? if has_version sys-fs/udev; then fowners root:disk /usr/bin/{cdda2wav,cdrecord,readcd} /usr/sbin/rscsi fperms u-s,g+s /usr/bin/{cdda2wav,cdrecord,readcd} /usr/sbin/rscsi fi Automagic dependency on udev in src_install? Oh my. Ulrich