Re: [libvirt] [PATCH] virSecurityDACRestoreChardevLabel: Restore UNIX sockets too

2019-04-15 Thread Ján Tomko
On Mon, Apr 15, 2019 at 05:52:50PM +0200, Michal Privoznik wrote: We're setting seclabels on unix sockets but never restoring them. Surprisingly, we are in SELinux driver. s/we are/we are doing so/ would be clearer Signed-off-by: Michal Privoznik --- src/security/security_dac.c | 14

[libvirt] [PATCH] virSecurityDACRestoreChardevLabel: Restore UNIX sockets too

2019-04-15 Thread Michal Privoznik
We're setting seclabels on unix sockets but never restoring them. Surprisingly, we are in SELinux driver. Signed-off-by: Michal Privoznik --- src/security/security_dac.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/security/security_dac.c