mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: add a serial device with a seclabel example
This commit is contained in:
parent
5ac9b9ddff
commit
00622f3be1
@ -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'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user