From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Date: Mon, 14 Mar 2011 16:33:50 +0000 Subject: Re: [PATCH] add ACLs to /dev/sgX nodes for CD-ROM Message-Id: <4D7E436E.9070809@redhat.com> List-Id: References: <1299402082-4796-1-git-send-email-arvidjaar@mail.ru> In-Reply-To: <1299402082-4796-1-git-send-email-arvidjaar@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Am 07.03.2011 16:23, schrieb Kay Sievers: > On Sun, Mar 6, 2011 at 10:01, Andrey Borzenkov wrote: >> Current wine is using /dev/sgX to access CD-ROM devices. Since >> distributions switched to using ACL instead of group membership >> to control device access, wine is not able to access them. >> >> Add ACL to device nodes that already get GROUP="cdrom". > > Applied. > > Thanks, > Kay Oh! You don't want to do this... Won't this allow ordinary users to flash a new firmware, opening some security issues here? Wasn't this, why cdrecord needed to be suid back in those days? Wasn't this the reason for the filter for /dev/sr* in the kernel?