From cefb1499d9e55c16a9b72bcb23ca5617cda4f065 Mon Sep 17 00:00:00 2001 From: Marcelo Cerri Date: Wed, 15 Aug 2012 19:10:39 -0300 Subject: Update the remote API This patch updates libvirt's API to allow applications to inspect the full list of security labels of a domain. Signed-off-by: Marcelo Cerri --- generator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'generator.py') diff --git a/generator.py b/generator.py index 6559ece..1f87195 100755 --- a/generator.py +++ b/generator.py @@ -448,6 +448,7 @@ skip_function = ( 'virConnectOpenAuth', # Python C code is manually written 'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C 'virDomainGetSecurityLabel', # Needs investigation... + 'virDomainGetSecurityLabelList', # Needs investigation... 'virNodeGetSecurityModel', # Needs investigation... 'virConnectDomainEventRegister', # overridden in virConnect.py 'virConnectDomainEventDeregister', # overridden in virConnect.py -- cgit