[Bug 418760] New: missing additional device access types in hal
https://bugzilla.novell.com/show_bug.cgi?id=418760 Summary: missing additional device access types in hal Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: dkukawka@novell.com ReportedBy: lnussel@novell.com QAContact: qa@suse.de Found By: Development hal lacks some crucial device access types such as scsi generic or floppy devices. Patch with information adapted from hal-resmgr follows. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=418760 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418760#c1 --- Comment #1 from Ludwig Nussel <lnussel@novell.com> 2008-08-20 09:18:46 MDT --- Created an attachment (id=234482) --> (https://bugzilla.novell.com/attachment.cgi?id=234482) patch -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=418760 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418760#c2 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lnussel@novell.com --- Comment #2 from Danny Kukawka <dkukawka@novell.com> 2008-08-20 12:45:37 MDT --- Is it a good idea to set floppy, joystick, mouse and video always to: <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> while e.g. video4linux or dvb-t devices are set to: <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=418760 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418760#c3 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lnussel@novell.com | --- Comment #3 from Ludwig Nussel <lnussel@novell.com> 2008-08-21 23:59:31 MDT --- <allow_inactive>no</allow_inactive> is nonsense. Once you have an fd open you can still access the device even if permissions are changed. Even if the revoke() system call was implemented it would result in appliations getting killed or malfunctioning just because you switch the console. Applications would need to be aware of the console switch and give up voluntarily. Once that's implemented everywhere we could enforce it. Until then allow_inactive=no doesn't make sense. However my current plan is to have a package that implements vendor specific overrides for all policies anyways so it wouldn't matter what the upstream package contains. So feel free to enter whatever is necessary for consistency. Have a look at the cdrom policy though. The file wasn't consistent before either :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=418760 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418760#c4 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Danny Kukawka <dkukawka@novell.com> 2008-08-25 11:23:09 MDT --- Commited upstream, should be in the next HAL package -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com