<def-group>
  <definition class="compliance" id="{{{ _RULE_ID }}}" version="1">
    {{{ oval_metadata("If stored locally, create a separate partition for
      {{{ MOUNTPOINT }}}. If {{{ MOUNTPOINT }}} will be mounted from another
      system such as an NFS server, then creating a separate partition is not
      necessary at this time, and the mountpoint can instead be configured
      later.") }}}
    <criteria>
      <criterion test_ref="test{{{ POINTID }}}_partition" comment="{{{ MOUNTPOINT }}} on own partition" />
    </criteria>
  </definition>
  <linux:partition_test check="all" check_existence="all_exist"
  id="test{{{ POINTID }}}_partition" version="1" comment="{{{ MOUNTPOINT }}} on own partition">
    <linux:object object_ref="object_mount{{{ POINTID }}}_own_partition" />
  </linux:partition_test>
  <linux:partition_object id="object_mount{{{ POINTID }}}_own_partition" version="1">
    <linux:mount_point>{{{ MOUNTPOINT }}}</linux:mount_point>
  </linux:partition_object>
</def-group>
