Re: [libvirt] [PATCHv5 15/28] security: selinux: Implement per-image seclabel restore

2014-07-08 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > Refactor the existing code to allow re-using it for the per-image label > restore too. > --- > src/security/security_selinux.c | 59 > - > 1 file changed, 34 insertions(+), 25 deletions(-) > > @@ -1144,40 +1146

[libvirt] [PATCHv5 15/28] security: selinux: Implement per-image seclabel restore

2014-07-04 Thread Peter Krempa
Refactor the existing code to allow re-using it for the per-image label restore too. --- src/security/security_selinux.c | 59 - 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c