Re: [libvirt] [PATCH for v5.3.0 02/17] virSecuritySELinuxRestoreAllLabel: Print @migrated in the debug message too

2019-04-10 Thread Cole Robinson
On 3/28/19 11:04 AM, Michal Privoznik wrote: > Just like it's DAC counterpart is doing, > virSecuritySELinuxRestoreAllLabel() could print @migrated in the > debug message. > > Signed-off-by: Michal Privoznik > --- > src/security/security_selinux.c | 2 +- > 1 file changed, 1 insertion(+), 1

[libvirt] [PATCH for v5.3.0 02/17] virSecuritySELinuxRestoreAllLabel: Print @migrated in the debug message too

2019-03-28 Thread Michal Privoznik
Just like it's DAC counterpart is doing, virSecuritySELinuxRestoreAllLabel() could print @migrated in the debug message. Signed-off-by: Michal Privoznik --- src/security/security_selinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security/security_selinux.c