<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
  <device>
    <!-- Normal volumes; use volume label, uuid or drive_type -->
    <match key="block.is_volume" bool="true">
      <match key="volume.fsusage" string="filesystem">
        <!-- skip for drives with the no partitions hint (they are handled above) -->
        <match key="@block.storage_device:storage.no_partitions_hint" bool="false">
          <!-- Set parameters for vfat -->
          <match key="volume.fstype" string="vfat">
            <match key="storage.bus" string="usb">
              <!-- Set this parameters in order to gain access to other users -->
              <!--
              <merge key="volume.policy.mount_option.dmask=0022" type="bool">true</merge>
              <merge key="volume.policy.mount_option.fmask=0133" type="bool">true</merge>
              -->
            </match>
          </match>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>