Re: [libvirt] [PATCH 1/7] Update internal data structures to support multiple security label definitions

2012-06-04 Thread Michal Privoznik
On 21.05.2012 15:39, Marcelo Cerri wrote: > --- > src/conf/capabilities.c | 17 ++- > src/conf/capabilities.h |6 +- > src/conf/domain_audit.c | 14 ++- > src/conf/domain_conf.c | 310 > +++ > src/conf/domain_conf.h | 18 +++- > 5 files cha

[libvirt] [PATCH 1/7] Update internal data structures to support multiple security label definitions

2012-05-21 Thread Marcelo Cerri
--- src/conf/capabilities.c | 17 ++- src/conf/capabilities.h |6 +- src/conf/domain_audit.c | 14 ++- src/conf/domain_conf.c | 310 +++ src/conf/domain_conf.h | 18 +++- 5 files changed, 272 insertions(+), 93 deletions(-) diff --git a/src/