
16 Jul
2019
16 Jul
'19
3:08 p.m.
On Thu, Jul 11, 2019 at 17:54:13 +0200, Michal Privoznik wrote:
This function calls virSecuritySELinuxSetFilecon() or virSecuritySELinuxSetFileconOptional() from a lot of places. It works, because in all places we're passing src->path which is what we wanted. But not anymore. We will want to be able to pass a different path and thus the function must be reworked a bit.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/security/security_selinux.c | 39 ++++++++++++++------------------- 1 file changed, 17 insertions(+), 22 deletions(-)
ACK