From: Ján Tomko Date: Fri, 16 May 2014 14:52:41 +0000 (+0200) Subject: docs: add a serial device with a seclabel example X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=00622f3be1ee37f1418a0023665626f263f506fa;p=libvirt.git docs: add a serial device with a seclabel example --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 76b2bc2950..691a451c55 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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'/>