Bug 144026
Summary: | Incorrect permissions for USB dial-up modem | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Bangert <sbangert> |
Component: | udev | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | james.davis |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-15 13:19:46 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
Steve Bangert
2005-01-03 21:20:31 UTC
I can't get a permissions file in /etc/udev/permissions.d to be used. I've got: [root@prfax permissions.d]# ls -al total 24 drwxr-xr-x 2 root root 4096 Mar 23 11:20 . drwxr-xr-x 6 root root 4096 Mar 23 11:23 .. -rw-r--r-- 1 root root 3508 Mar 8 03:04 50-udev.permissions -rw-r--r-- 1 root root 169 Mar 23 11:20 vsifax.permissions [root@prfax permissions.d]# cat vsifax.permissions # /etc/udev/udev.permissions: permission/ownership map for udev # VSI*FAX MODEM devices ttyS1:vsifax:vsifax:0660 ttyACM0:vsifax:vsifax:0660 ttyACM1:vsifax:vsifax:0660 After a reboot - the ttyS1 and ACM[01] files are still owned by root as per the 50-udev.permissions file. It appears that my extra permissions file doesn't get applied. even if you name it 49-vsifax.permissions ??? I renamed my script to 49-vsifax.permissions and I'll have to schedule a reboot to test. The rename worked - IMHO the udev manpage wasn't clear enough about this. Please close. |