HAL Upgrade Issues
Robert Thomas Davis
rdavisunr at yahoo.com
Tue Aug 9 10:51:13 PDT 2005
Hello all
Recently I upgraded HAL from hal-0.4.0-10.i386.rpm to
hal-0.4.7-1.FC3.i386.rpm. I am using a computer with
a built in CF Card reader (ide). Using the XML below
the permissions on the card should be drwxrwxrwx (and
files contained therein should be -rwxrwxrwx). This
worked just fine in 0.4.0, but does not seem to work
in 0.4.7. Any user can mount the drive, but
permissions end up being drwxr-xr-x and files are
-rwxr-xr-x. Any ideas would be appreciated.
Robert Davis
rdavisunr at yahoo.com
the following XML is in the file:
/usr/share/hal/fdi/95userpolicy/cf-policy.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*-
SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="block.is_volume" bool="true">
<match key="volume.fsusage" string="filesystem">
<match key="volume.fstype" string="vfat">
<merge
key="volume.policy.mount_option.user"
type="bool">true</merge>
<merge
key="volume.policy.mount_option.umask=0000"
type="bool">true</merge>
</match>
</match>
</match>
</device>
</deviceinfo>
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal
More information about the Hal
mailing list