Mailinglist Archive: opensuse-bugs (5386 mails)
| < Previous | Next > |
[Bug 250659] camera device nodes aren't getting acls set correctly
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 13 Jun 2007 03:17:00 -0600 (MDT)
- Message-id: <20070613091700.D57A9CC785@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=250659
jsmeix@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |lnussel@xxxxxxxxxx
------- Comment #27 from jsmeix@xxxxxxxxxx 2007-06-13 03:17 MST -------
Regarding comment #21:
Is there also something to do for SCSI scanners?
Currently I write for SCSI:
<match key="info.category" string="scsi_generic">
<match key="@info.parent:scsi.type" string="scanner">
<append key="info.capabilities" type="strlist">scanner</append>
</match>
</match>
(see /etc/hal/fdi/policy/10osvendor/70-scanner.fdi)
and for HP and Epson SCSI scanners I write
(with string="EPSON" for Epson):
<match key="info.category" string="scsi_generic">
<match key="@info.parent:scsi.type" string="processor">
<match key="@info.parent:scsi.vendor" string="HP">
<append key="info.capabilities" type="strlist">scanner</append>
</match>
</match>
</match>
(see /usr/lib/YaST2/bin/test_and_set_scanner_access_permissions)
--
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, or are watching someone who is.
jsmeix@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |lnussel@xxxxxxxxxx
------- Comment #27 from jsmeix@xxxxxxxxxx 2007-06-13 03:17 MST -------
Regarding comment #21:
Is there also something to do for SCSI scanners?
Currently I write for SCSI:
<match key="info.category" string="scsi_generic">
<match key="@info.parent:scsi.type" string="scanner">
<append key="info.capabilities" type="strlist">scanner</append>
</match>
</match>
(see /etc/hal/fdi/policy/10osvendor/70-scanner.fdi)
and for HP and Epson SCSI scanners I write
(with string="EPSON" for Epson):
<match key="info.category" string="scsi_generic">
<match key="@info.parent:scsi.type" string="processor">
<match key="@info.parent:scsi.vendor" string="HP">
<append key="info.capabilities" type="strlist">scanner</append>
</match>
</match>
</match>
(see /usr/lib/YaST2/bin/test_and_set_scanner_access_permissions)
--
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, or are watching someone who is.
| < Previous | Next > |