Re: [libvirt] [PATCH v2 16/18] virSecuritySELinuxRestoreAllLabel: Restore more labels

2018-12-06 Thread Daniel P . Berrangé
On Thu, Nov 29, 2018 at 02:52:31PM +0100, Michal Privoznik wrote: > We are setting label on kernel, initrd, dtb and slic_table files. > But we never restored it. > > Signed-off-by: Michal Privoznik > --- > src/security/security_selinux.c | 16 > 1 file changed, 16 insertions(+)

[libvirt] [PATCH v2 16/18] virSecuritySELinuxRestoreAllLabel: Restore more labels

2018-11-29 Thread Michal Privoznik
We are setting label on kernel, initrd, dtb and slic_table files. But we never restored it. Signed-off-by: Michal Privoznik --- src/security/security_selinux.c | 16 1 file changed, 16 insertions(+) diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c