Re: [libvirt] [PATCH v2 15/18] virSecuritySELinuxRestoreAllLabel: Reorder device relabeling

2018-12-06 Thread Daniel P . Berrangé
On Thu, Nov 29, 2018 at 02:52:30PM +0100, Michal Privoznik wrote: > It helps whe trying to match calls with virSecuritySELinuxSetAllLabel > if the order in which devices are set/restored is the same in > both functions. > > Signed-off-by: Michal Privoznik > --- > src/security/security_selinux.c

[libvirt] [PATCH v2 15/18] virSecuritySELinuxRestoreAllLabel: Reorder device relabeling

2018-11-29 Thread Michal Privoznik
It helps whe trying to match calls with virSecuritySELinuxSetAllLabel if the order in which devices are set/restored is the same in both functions. Signed-off-by: Michal Privoznik --- src/security/security_selinux.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git