Bug 296111

Summary: wrong permissions for /dev/sg*
Product: [Fedora] Fedora Reporter: romal <linux>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-19 13:00:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description romal 2007-09-19 11:39:30 UTC
Description of problem:

[romal@beowulf ~]$ ll /dev/sg*
crw-r----- 1 root disk 21, 0 19. Sep 11:54 /dev/sg0
crw-r----- 1 root disk 21, 1 19. Sep 11:54 /dev/sg1
[romal@beowulf ~]$ 

Logged in user does not have access to the cdwriter

Version-Release number of selected component (if applicable):

udev-115-2.fc8

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Commercial Nero cdwriting software (www.nero.com) does complain on this if
running as non-root-user.

Comment 1 Harald Hoyer 2007-09-19 13:00:04 UTC
you should use /dev/sr* (/dev/cdrom) not sg. We cannot allow general user access
to sg, because you can do bad things with it (like flashing a new firmware, etc.)