[libvirt] [PATCH 2.718/2] docs: add a serial device with a seclabel example

Ján Tomko jtomko at redhat.com
Fri May 16 14:59:59 UTC 2014


---
 docs/formatdomain.html.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 76b2bc2..691a451 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'/>
-- 
1.8.3.2




More information about the libvir-list mailing list