libvirt/src/security
Pavel Hrdina acc83afe33 vnc: add support for listen type 'socket'
VNC graphics already supports sockets but only via 'socket' attribute.
This patch coverts that attribute into listen type 'socket'.

For backward compatibility we need to handle listen type 'socket' and 'socket'
attribute properly to support old XMLs and new XMLs.  If both are provided they
have to match, if only one of them is provided we need to be able to parse that
configuration too.

To not break migration back to old libvirt if the socket is provided by user we
need to generate migratable XML without the listen element and use only 'socket'
attribute.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2016-06-09 14:42:48 +02:00
..
security_apparmor.c Fix build after recent patches 2016-02-04 16:34:28 +01:00
security_apparmor.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_dac.c security: label the slic_table 2016-05-25 17:15:21 +02:00
security_dac.h security: DAC: Introduce callback to perform image chown 2014-07-24 09:58:59 +02:00
security_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
security_driver.h security: Rename DomainSetDirLabel to DomainSetPathLabel 2016-04-18 20:34:30 +02:00
security_manager.c security: Rename DomainSetDirLabel to DomainSetPathLabel 2016-04-18 20:34:30 +02:00
security_manager.h security: Rename DomainSetDirLabel to DomainSetPathLabel 2016-04-18 20:34:30 +02:00
security_nop.c security: Introduce APIs to label single images 2014-07-09 10:38:56 +02:00
security_nop.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_selinux.c security: label the slic_table 2016-05-25 17:15:21 +02:00
security_selinux.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_stack.c security: Rename DomainSetDirLabel to DomainSetPathLabel 2016-04-18 20:34:30 +02:00
security_stack.h security: fix #endif comment in security_stack.h 2012-12-20 19:55:54 +01:00
virt-aa-helper.c vnc: add support for listen type 'socket' 2016-06-09 14:42:48 +02:00