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(a)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(a)redhat.com>