From ce7eb57998f047f3e4ac8174e176606049ca7d77 Mon Sep 17 00:00:00 2001 From: Albert S Date: Mon, 27 Dec 2021 00:49:09 +0100 Subject: [PATCH] enter_namespaces(): Fix error message --- exile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exile.h b/exile.h index 4799116..d487793 100644 --- a/exile.h +++ b/exile.h @@ -1145,7 +1145,7 @@ static int enter_namespaces(int namespace_options) } if(fprintf(fp, "deny") < 0) { - EXILE_LOG_ERROR("fprintf failed while trying to write uid_map\n"); + EXILE_LOG_ERROR("fprintf failed while trying to write setgroups\n"); return -1; } fclose(fp);