OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
  2. <deviceinfo version="0.2">
  3. <!-- Default policies merged onto computer root object -->
  4. <device>
  5. <match key="info.udi" string="/org/freedesktop/Hal/devices/computer">
  6. <merge key="storage.policy.default.managed_keyword.secondary" type="string">managed</merge>
  7. <merge key="storage.policy.default.mount_option.pamconsole" type="bool">false</merge>
  8. <merge key="storage.policy.default.mount_option.user" type="bool">true</merge>
  9. </match>
  10. </device>
  11. <device>
  12. <!-- Normal volumes; use volume label, uuid or drive_type -->
  13. <match key="block.is_volume" bool="true">
  14. <match key="volume.fsusage" string="filesystem">
  15. <!-- skip for drives with the no partitions hint (they are handled above) -->
  16. <match key="@block.storage_device:storage.no_partitions_hint" bool="false">
  17. <!-- whitelist of partition table id's, if from a msdos partition table -->
  18. <match key="volume.partition.msdos_part_table_type" exists="true">
  19. <!-- Hidden W95 FAT32 (LBA) -->
  20. <match key="volume.partition.msdos_part_table_type" int="0x1c">
  21. <merge key="volume.policy.should_mount" type="bool">true</merge>
  22. </match>
  23. </match>
  24. </match>
  25. </match>
  26. </match>
  27. </device>
  28. </deviceinfo>