Bug 500771

Summary: No permission to use serial port
Product: [Fedora] Fedora Reporter: brianchad@westnet.com.au <brian>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-14 11:26:56 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 brianchad@westnet.com.au 2009-05-14 06:25:37 UTC
Description of problem:

No permission to use serial port even though user is a member of uucp group.

only can use serial port as root.

I am guessing udev is the place to put this bug.


Version-Release number of selected component (if applicable):
udev-141-3.fc11.x86_64

How reproducible:
always


Steps to Reproduce:
1.add user to uucp group and relogin.
2.try to use serial port as user.
3.try to use serial port as root
  
Actual results:

root can use serial port, but user cannot, even though user is a member of uucp group


Expected results:

user should be able to use serial port if member of uucp group .. ie to use minicom etc

Additional info:

Comment 1 Harald Hoyer 2009-05-14 11:26:56 UTC
ttyS* has changed permission to group dialout

$ ll /dev/ttyS*
crw-rw----. 1 root dialout 4, 64 2009-04-20 08:18 /dev/ttyS0
crw-rw----. 1 root dialout 4, 65 2009-04-20 08:18 /dev/ttyS1
crw-rw----. 1 root dialout 4, 66 2009-04-20 08:18 /dev/ttyS2
crw-rw----. 1 root dialout 4, 67 2009-04-20 08:18 /dev/ttyS3