snapshots, the original file name becomes the read-only
snapshot, and the new file name contains the read-write
delta of all disk changes since the snapshot.
+ <p/>
+ The <code>source</code> element also may contain the
+ <code>seclabel</code> element (described in the
+ <a href="formatdomain.html#seclabel">domain XML documentation</a>)
+ which can be used to override the domain security labeling policy
+ for <code>source</code>.
</dd>
<dt><code>driver</code></dt>
<dd>An optional sub-element <code>driver</code>,
as qcow2), of the new file created by the external
snapshot of the new file.
</dd>
+ <dt><code>seclabel</code></dt>
</dl>
<span class="since">Since 1.2.2</span> the <code>disk</code> element
<source file='/path/to/new'/>
</disk>
<disk name='vdb' snapshot='no'/>
+ <disk name='vdc'>
+ <source file='/path/to/newc'>
+ <seclabel model='dac' relabel='no'/>
+ </source>
+ </disk>
</disks>
</domainsnapshot></pre>
<optional>
<ref name='storageStartupPolicy'/>
</optional>
+ <zeroOrMore>
+ <ref name='devSeclabel'/>
+ </zeroOrMore>
<empty/>
</element>
</optional>
<attribute name="dev">
<ref name="absFilePath"/>
</attribute>
+ <zeroOrMore>
+ <ref name='devSeclabel'/>
+ </zeroOrMore>
<empty/>
</element>
</optional>