Re: [libvirt] [PATCH v2 0/2] Correctly treat seclabel of type none

2013-03-28 Thread Michal Privoznik
On 27.03.2013 22:50, Eric Blake wrote:
 On 03/21/2013 09:35 AM, Michal Privoznik wrote:
 Don't forget other seclabels when adding a seclabel type='none'/.

 Michal Privoznik (2):
   security_manager: Don't manipulate domain XML in
 virDomainDefGetSecurityLabelDef
   security: Don't add seclabel of type none if there's already a
 seclabel
 
 ACK series, and safe for 1.0.4.
 
 

Thanks, pushed.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH v2 0/2] Correctly treat seclabel of type none

2013-03-27 Thread Eric Blake
On 03/21/2013 09:35 AM, Michal Privoznik wrote:
 Don't forget other seclabels when adding a seclabel type='none'/.
 
 Michal Privoznik (2):
   security_manager: Don't manipulate domain XML in
 virDomainDefGetSecurityLabelDef
   security: Don't add seclabel of type none if there's already a
 seclabel

ACK series, and safe for 1.0.4.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v2 0/2] Correctly treat seclabel of type none

2013-03-26 Thread Michal Privoznik
On 21.03.2013 16:35, Michal Privoznik wrote:
 Don't forget other seclabels when adding a seclabel type='none'/.
 
 Michal Privoznik (2):
   security_manager: Don't manipulate domain XML in
 virDomainDefGetSecurityLabelDef
   security: Don't add seclabel of type none if there's already a
 seclabel
 
  src/conf/domain_conf.c  | 56 
 +++--
  src/conf/domain_conf.h  |  7 --
  src/libvirt_private.syms|  1 -
  src/security/security_manager.c | 55 +++-
  src/security/security_selinux.c |  8 --
  5 files changed, 63 insertions(+), 64 deletions(-)
 

Ping? I think this should go in the upcoming release since it's a bug fix.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH v2 0/2] Correctly treat seclabel of type none

2013-03-21 Thread Michal Privoznik
Don't forget other seclabels when adding a seclabel type='none'/.

Michal Privoznik (2):
  security_manager: Don't manipulate domain XML in
virDomainDefGetSecurityLabelDef
  security: Don't add seclabel of type none if there's already a
seclabel

 src/conf/domain_conf.c  | 56 +++--
 src/conf/domain_conf.h  |  7 --
 src/libvirt_private.syms|  1 -
 src/security/security_manager.c | 55 +++-
 src/security/security_selinux.c |  8 --
 5 files changed, 63 insertions(+), 64 deletions(-)

-- 
1.8.1.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list