hal/doc/spec hal-spec.html,1.36.2.1,1.36.2.2
David Zeuthen
david at freedesktop.org
Tue Nov 30 20:28:59 PST 2004
- Previous message: hal/hald/linux block_class_device.c, 1.86.2.1, 1.86.2.2 bus_device.c,
1.19, 1.19.2.1 class_device.c, 1.29, 1.29.2.1 common.c, 1.15,
1.15.2.1 common.h, 1.10.2.1, 1.10.2.2 osspec.c, 1.52, 1.52.2.1
- Next message: hal ChangeLog,1.372.2.4,1.372.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv10974/doc/spec
Modified Files:
Tag: hal-0_4-stable-branch
hal-spec.html
Log Message:
2004-11-30 David Zeuthen <davidz at redhat.com>
* fdi/20freedesktop/ide-drives.fdi: Add blacklist for certain slave
IDE drives on Dell Laptops - stopgap solution for now (RH Bug #138148)
* fdi/20freedesktop/usb-zip-drives.fdi: Fix a syntax error
* hald/linux/osspec.c (compute_coldplug_visit_device): Don't spew
too much debug now that we ascent into the tree down to the leafs
* libhal-storage/libhal-storage.c (hal_drive_from_udi): Comment out
types for ZIP and JAZ drives since that will require ABI changes
* libhal-storage/libhal-storage.h: -do-
Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.36.2.1
retrieving revision 1.36.2.2
diff -u -d -r1.36.2.1 -r1.36.2.2
--- hal-spec.html 22 Nov 2004 21:53:44 -0000 1.36.2.1
+++ hal-spec.html 1 Dec 2004 04:28:57 -0000 1.36.2.2
@@ -1,11 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
->HAL 0.4.1.snapshot20041116 Specification</TITLE
+>HAL 0.4.1 Specification</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD
+CONTENT="Modular DocBook HTML Stylesheet Version 1.79"></HEAD
><BODY
CLASS="book"
BGCOLOR="#FFFFFF"
@@ -24,7 +24,7 @@
CLASS="title"
><A
NAME="AEN2"
->HAL 0.4.1.snapshot20041116 Specification</A
+>HAL 0.4.1 Specification</A
></H1
><H3
CLASS="author"
@@ -51,7 +51,7 @@
></DIV
><SPAN
CLASS="releaseinfo"
->Version 0.4.1.snapshot20041116<BR></SPAN
+>Version 0.4.1<BR></SPAN
><HR></DIV
><DIV
CLASS="TOC"
@@ -634,7 +634,7 @@
></TR
><TR
><TD
->0.4.1.snapshot20041116</TD
+>0.4.1</TD
><TD
> </TD
><TD
@@ -814,7 +814,7 @@
easily access the services offered by HAL. The D-BUS API is
detailed in <A
HREF="#dbus-api"
->the chapter called <I
+>the Chapter called <I
>D-BUS Network API</I
></A
>. Note that HAL doesn't
@@ -824,7 +824,7 @@
environments, recommendations and best practises on how to
enforce policy is discussed in <A
HREF="#enforcing-policy"
->the chapter called <I
+>the Chapter called <I
>Enforcing Policy</I
></A
>.
@@ -929,7 +929,7 @@
or use another setuid mount wrapper.
See <A
HREF="#enforcing-policy"
->the chapter called <I
+>the Chapter called <I
>Enforcing Policy</I
></A
> for more details.
@@ -1010,13 +1010,13 @@
checking the properties that export the USB vendor and product
identifiers. See <A
HREF="#device-capabilities"
->the chapter called <I
+>the Chapter called <I
>Device Capabilities</I
></A
> and
<A
HREF="#device-properties"
->the chapter called <I
+>the Chapter called <I
>Device Properties</I
></A
> for details.
@@ -1164,7 +1164,7 @@
administrator can edit. This specification is concerned with
precisely defining several properties; see <A
HREF="#device-properties"
->the chapter called <I
+>the Chapter called <I
>Device Properties</I
></A
> and onwards for more
@@ -4587,7 +4587,7 @@
HREF="#fdi-example-6in1"
>the Section called <I
>Example: Card Reader</I
-> in the chapter called <I
+> in the Chapter called <I
>Device Information Files</I
></A
> for an example.
@@ -6756,7 +6756,7 @@
CLASS="literal"
>storage</TT
> namespace</I
-> in the chapter called <I
+> in the Chapter called <I
>Device Properties</I
></A
> this device information
@@ -6821,7 +6821,7 @@
HREF="#properties-policy"
>the Section called <I
>Policy Properties</I
-> in the chapter called <I
+> in the Chapter called <I
>Device Properties</I
></A
> for details.
@@ -6912,6 +6912,7 @@
<merge key="storage.policy.mount_option.fscontext=system_u:object_r:removable_t" type="bool">true</merge>
</match>
</match>
+
<!-- floppy drives -->
<match key="storage.drive_type" string="floppy">
<merge key="storage.policy.mount_filesystem" type="string">auto</merge>
@@ -6920,6 +6921,24 @@
<merge key="storage.policy.mount_option.fscontext=system_u:object_r:removable_t" type="bool">true</merge>
</match>
</match>
+
+ <!-- zip drives -->
+ <match key="storage.drive_type" string="zip">
+ <merge key="storage.policy.mount_filesystem" type="string">auto</merge>
+ <merge key="storage.policy.desired_mount_point" type="string">zip</merge>
+ <match key="/org/freedesktop/Hal/devices/computer:linux.is_selinux_enabled" bool="true">
+ <merge key="storage.policy.mount_option.fscontext=system_u:object_r:removable_t" type="bool">true</merge>
+ </match>
+ </match>
+
+ <!-- jaz drives -->
+ <match key="storage.drive_type" string="jaz">
+ <merge key="storage.policy.mount_filesystem" type="string">auto</merge>
+ <merge key="storage.policy.desired_mount_point" type="string">jaz</merge>
+ <match key="/org/freedesktop/Hal/devices/computer:linux.is_selinux_enabled" bool="true">
+ <merge key="storage.policy.mount_option.fscontext=system_u:object_r:removable_t" type="bool">true</merge>
+ </match>
+ </match>
</match>
<!-- Normal volumes; use volume label, uuid or drive_type -->
@@ -6935,6 +6954,11 @@
idedisk, scsidisk etc. -->
<merge key="volume.policy.desired_mount_point" type="copy_property">@block.storage_device:storage.bus</merge>
<append key="volume.policy.desired_mount_point" type="string">disk</append>
+
+ <!-- zip drives -->
+ <match key="storage.drive_type" string="zip">
+ <merge key="storage.policy.desired_mount_point" type="string">zip</merge>
+ </match>
<!-- Best: If available use filesystem label -->
<match key="volume.label" empty="false">
@@ -7272,7 +7296,7 @@
a camera device, is outside the scope of the HAL daemon; see
<A
HREF="#using-devices"
->the chapter called <I
+>the Chapter called <I
>Using devices</I
></A
> for more information.
@@ -7744,7 +7768,7 @@
HREF="#properties-policy"
>the Section called <I
>Policy Properties</I
-> in the chapter called <I
+> in the Chapter called <I
>Device Properties</I
></A
>
- Previous message: hal/hald/linux block_class_device.c, 1.86.2.1, 1.86.2.2 bus_device.c,
1.19, 1.19.2.1 class_device.c, 1.29, 1.29.2.1 common.c, 1.15,
1.15.2.1 common.h, 1.10.2.1, 1.10.2.2 osspec.c, 1.52, 1.52.2.1
- Next message: hal ChangeLog,1.372.2.4,1.372.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list