libvirt/examples
Mike Latimer b61fb8e8af Fix apparmor issues for Xen
In order for apparmor to work properly in Xen environments, the following
access rights need to be allowed:

 - Allow CAP_SYS_PACCT, which is required when resetting some multi-port
   Broadcom cards by writting to the PCI config space

 - Allow CAP_IPC_LOCK, which is required to lock/unlock memory. Without
   this setting, an error 'Resource temporarily unavailable' can be seen
   while attempting to mmap memory. At the same time, the following
   apparmor message is seen:

   apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/libvirtd"
   pid=2097 comm="libvirtd" pid=2097 comm="libvirtd" capability=14
   capname="ipc_lock"

 - Allow access to distribution specific directories:
     /usr/{lib,lib64}/xen/bin
2015-01-23 11:11:53 +01:00
..
apparmor Fix apparmor issues for Xen 2015-01-23 11:11:53 +01:00
dominfo Indent top-level labels by one space in examples/ 2014-03-25 14:58:38 +01:00
dommigrate Add a new example to illustrate domain migration 2014-04-30 14:29:07 +01:00
domsuspend Indent top-level labels by one space in examples/ 2014-03-25 14:58:38 +01:00
domtop domtop: Remove unused variable 2014-08-04 14:40:52 +02:00
hellolibvirt Indent top-level labels by one space in examples/ 2014-03-25 14:58:38 +01:00
lxcconvert virt-lxc-convert: make free return values in bytes 2014-07-07 12:37:23 +02:00
object-events examples: Add support for the guest agent lifecycle event 2014-11-24 15:47:01 +01:00
openauth Remove unnecessary curly brackets in daemon/ and examples/ 2014-11-14 17:13:00 +01:00
systemtap examples: add systemtap script to ease lock debugging 2014-11-03 16:43:23 +01:00
xml examples: test: Kill unsupported maxMemory element 2014-08-20 15:27:18 +02:00