|
Bugzilla – Full Text Bug Listing |
| Summary: | /dev/rtc is not readable by user | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Ladislav Michnovic <lmichnovic> |
| Component: | Other | Assignee: | Kay Sievers <kasievers> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | adrian.schroeter, aj, lnussel, security-team, suse-beta |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ladislav Michnovic
2006-03-15 17:57:22 UTC
Kay Sievers. /dev is maintained by the udev package now. I have no idea. Ludwig, any idea? The permissions of /dev/rtc in fact used to be 600 root:root. So the first question must not be "why can't user's read it?" but "why did you change it to 660 root:audio?" :-) Note that the audio group is unused by default. I cannot judge whether it's safe to open this device to users. It's probably possible to DoS the machine, I don't know. IIRC there is some proc file where you can tune what the user is able to set though. Hmm, so can we change it to 664, or not? Who can answer that? and what actual programs want it? For example mplayer is complaining. I did not changed the permissions of /dev/rtc manually. (Mplayer is not distributed within Suse Linux.) Marcus, do we want/should we have other permissions as the current root:root:600? No. root:root 0600 it stays for now Thanks! |