hal/fdi/policy/10osvendor 15-storage-luks.fdi,NONE,1.1
David Zeuthen
david at freedesktop.org
Wed Jul 20 16:43:21 PDT 2005
Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv1336/fdi/policy/10osvendor
Added Files:
15-storage-luks.fdi
Log Message:
2005-07-20 David Zeuthen <davidz at redhat.com>
Patch from W. Michael Petullo <mike at flyn.org>.
* configure.in: Add tools/hal-luks-setup to AC_OUTPUT
* tools/hal-luks-setup.in: New file
* fdi/policy/10osvendor/15-storage-luks.fdi: New file
* hald/linux2/blockdev.c (blockdev_get_luks_uuid): Minor changes
to give for informational debug
--- NEW FILE: 15-storage-luks.fdi ---
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="volume.fsusage" string="crypto">
<match key="volume.fstype" string="crypto_LUKS">
<append key="info.interfaces" type="strlist">org.freedesktop.Hal.Device.Volume.Crypto</append>
<append key="org.freedesktop.Hal.Device.Volume.Crypto.method_names" type="strlist">Setup</append>
<append key="org.freedesktop.Hal.Device.Volume.Crypto.method_signatures" type="strlist">s</append>
<append key="org.freedesktop.Hal.Device.Volume.Crypto.method_execpaths" type="strlist">hal-luks-setup</append>
</match>
</match>
</device>
</deviceinfo>
More information about the hal-commit
mailing list