docs: add a serial device with a seclabel example

This commit is contained in:
Ján Tomko 2014-05-16 16:52:41 +02:00
parent 5ac9b9ddff
commit 00622f3be1

View File

@ -4311,6 +4311,12 @@ qemu-kvm -net nic,model=? /dev/null
<source path='/dev/pts/3'/>
<target port='0'/>
</serial>
<serial type='file>
<source path='/tmp/file'>
<seclabel model='dac' relabel='no'/>
</source>
<target port='0'>
</serial>
<console type='pty'>
<source path='/dev/pts/4'/>
<target port='0'/>