diff options
author | David Zeuthen <david@fubar.dk> | 2006-01-21 06:36:51 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2006-01-21 06:36:51 +0000 |
commit | bfedd37313404ae88f738354161b430b55f73e0c (patch) | |
tree | 3c7d00be405010f9959b58f8d8157720921feb27 /hald/device.h | |
parent | 3ded9af388a9b6102b70593c277dc96b987a1289 (diff) |
Search $PATH before searching allowed dirs; this is needed to make e.g.
run-hald.sh work - note that passing "/bin/sh /path/to/evil/program"
will _not_ work as we don't do shell-ish stuff. Also, don't force
working dir to be "/" for same reasons.
Export hal_property_strlist_clear
New function
Pass $PATH to runner
Fix up indenting
New function (start): Check for new fdi tag "clear"
Export hal_device_property_strlist_clear
New function
Diffstat (limited to 'hald/device.h')
-rw-r--r-- | hald/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hald/device.h b/hald/device.h index 1997ce34..590ee037 100644 --- a/hald/device.h +++ b/hald/device.h @@ -165,6 +165,8 @@ gboolean hal_device_property_strlist_prepend (HalDevice *device, gboolean hal_device_property_strlist_remove_elem (HalDevice *device, const char *key, guint index); +gboolean hal_device_property_strlist_clear (HalDevice *device, + const char *key); gboolean hal_device_property_strlist_add (HalDevice *device, const char *key, const char *value); |