Bug 214925
| Summary: | udev ignores "MODE:="0666" in rules, sets to 0660 instead | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | charlie redditt <redcharlie> |
| Component: | udev | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-10 10:17:01 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
charlie redditt
2006-11-10 00:01:33 UTC
":=" is wrong... "=" is correct but... permissions are set by pam_console described in /etc/security/console.perms.d/ The console user, who first logs on the console will own the device.. no need for 0666 from man 7 udev
":= Assign a value to a key finally; disallow any later changes,
which may be used to prevent changes by any later rules."
lo and behold, yes, if I log in at the console, I own the drive and k3b works!
My trouble is that I almost always connect to my machine via VNC. I suppose I
could login on a tty and leave it (rather than always running a local X server
that I'll never use).
I changed the <cdrom> line in 50-default.perm to default to 0666 instead of
0660, and k3b works via VNC now, regardless of whether or not I'm logged in or not.
THANX!
|