Hi, i found the new SCSI command whitelist of Linux in https://sources.debian.org/src/linux/6.17.8-1/drivers/scsi/scsi_ioctl.c?hl=301#L267 (One just has to ask sources.debian.org the right question.)
The list of CD related commands looks complete to me. At least for libburn and a virtual DVD-ROM everything seems to work. The comment * Only a subset of commands are allowed for unprivileged users. Commands used * to format the media, update the firmware, etc. are not permitted. is partly wrong, as GPCMD_FORMAT_UNIT and GPCMD_BLANK are allowed with w-permission. Burn programs use them with some media types to make them ready for writing. Have a nice day :) Thomas

