I'm trying to get hal to put sync, noatime, u=XX, g=XX flags on automatically mounted devices.

Reading ArchWiki :: HAL - ArchWiki
This seems like a simple task... In versions older than 0.5.10.
The examples in /etc/hal/fdi/policy/preferences.fdi are outdated
and therefore my config does not work:
Code:
<device>
    <match key="storage.removable" bool="true">
      <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
      <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
    </match>
  </device>
Do anybody know the way to achieve this in the new version?
Help would be much appreciated.
/Jimmy