From 00622f3be1ee37f1418a0023665626f263f506fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Fri, 16 May 2014 16:52:41 +0200 Subject: [PATCH] docs: add a serial device with a seclabel example --- docs/formatdomain.html.in | 6 ++++++ 1 file changed, 6 insertions(+) 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'/> -- 2.39.5