diff options
author | Marcelo Cerri <mhcerri@linux.vnet.ibm.com> | 2012-09-20 18:31:41 -0300 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-09-20 15:47:21 -0600 |
commit | f743e0bf4bcf473cc62b97ed022fb9dcb184a6a9 (patch) | |
tree | 8473e1459c90c83b672aa55ef6665c4bed4402f7 | |
parent | Ensure autogen.sh exists if bootstrap fails (diff) | |
download | libvirt-f743e0bf4bcf473cc62b97ed022fb9dcb184a6a9.tar.gz libvirt-f743e0bf4bcf473cc62b97ed022fb9dcb184a6a9.tar.bz2 libvirt-f743e0bf4bcf473cc62b97ed022fb9dcb184a6a9.zip |
doc: include article about libvirt+audit in relatedlinks.html
This patch adds to relatedlinks.html a link to an article about libvirt
describing how the Linux audit subsystem can be used to track qemu
guest's life-cycle.
-rw-r--r-- | docs/relatedlinks.html.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relatedlinks.html.in b/docs/relatedlinks.html.in index f5357c5d0..9e96f66ec 100644 --- a/docs/relatedlinks.html.in +++ b/docs/relatedlinks.html.in @@ -59,6 +59,9 @@ <li> <a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia Virtualization</a> </li> + <li> + <a href="http://www.ibm.com/developerworks/linux/library/l-kvm-libvirt-audit/index.html">IBM developerworks article about libvirt and audit.</a> + </li> </ul> <h2>Blogs and Podcasts</h2> |