mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
22 lines
598 B
XML
22 lines
598 B
XML
|
<volume type='file'>
|
||
|
<name>LuksDemo.img</name>
|
||
|
<key>/var/lib/libvirt/images/LuksDemo.img</key>
|
||
|
<source>
|
||
|
</source>
|
||
|
<capacity unit='bytes'>5368709120</capacity>
|
||
|
<allocation unit='bytes'>294912</allocation>
|
||
|
<target>
|
||
|
<path>/var/lib/libvirt/images/LuksDemo.img</path>
|
||
|
<format type='luks'/>
|
||
|
<permissions>
|
||
|
<mode>0644</mode>
|
||
|
<owner>0</owner>
|
||
|
<group>0</group>
|
||
|
<label>unconfined_u:object_r:virt_image_t:s0</label>
|
||
|
</permissions>
|
||
|
<encryption format='luks'>
|
||
|
<secret type='passphrase' usage='mumblyfratz'/>
|
||
|
</encryption>
|
||
|
</target>
|
||
|
</volume>
|