Bug 1295555

Summary: RFE: Support for read-only ACLs in udev for optical storage devices in RHEL 7
Product: Red Hat Enterprise Linux 7 Reporter: Joe Wright <jwright>
Component: systemdAssignee: systemd-maint
Status: CLOSED WORKSFORME QA Contact: qe-baseos-daemons
Severity: high Docs Contact:
Priority: high    
Version: 7.2CC: jruemker, jwright, lnykryn, systemd-maint-list, udev-maint-list
Target Milestone: rcKeywords: FutureFeature, RFE
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-21 13:39:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 2 Lukáš Nykrýn 2016-01-11 13:04:46 UTC
Can't you just override the /usr/lib/udev/rules.d/70-uaccess.rules with /etc/udev/rules.d/70-uaccess.rules, where you remove

# optical drives
SUBSYSTEM=="block", ENV{ID_CDROM}=="1", TAG+="uaccess"

and similar?