[libvirt] [PATCH 5/6] security_selinux: Drop virSecuritySELinuxSetFileconHelper

Martin Kletzander mkletzan at redhat.com
Thu Aug 29 15:28:14 UTC 2019


On Thu, Aug 22, 2019 at 05:19:08PM +0200, Michal Privoznik wrote:
>This function is no longer needed because after previous commits
>it's just an alias to virSecuritySELinuxSetFilecon.
>
>Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
>---
> src/security/security_selinux.c | 27 +++++++++------------------
> 1 file changed, 9 insertions(+), 18 deletions(-)
>
>diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c
>index e7cf5f2e53..855eaafdda 100644
>--- a/src/security/security_selinux.c
>+++ b/src/security/security_selinux.c
>@@ -226,7 +226,7 @@ virSecuritySELinuxRecallLabel(const char *path,
> }
>
>
>-static int virSecuritySELinuxSetFileconHelper(virSecurityManagerPtr mgr,
>+static int virSecuritySELinuxSetFilecon(virSecurityManagerPtr mgr,
>                                               const char *path,
>                                               const char *tcon,
>                                               bool remember);

With indentation here fixed:

Reviewed-by: Martin Kletzander <mkletzan at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190829/151df193/attachment-0001.sig>


More information about the libvir-list mailing list