enter_namespaces(): Fix error message
Este commit está contenido en:
padre
3407fded04
commit
ce7eb57998
2
exile.h
2
exile.h
@ -1145,7 +1145,7 @@ static int enter_namespaces(int namespace_options)
|
|||||||
}
|
}
|
||||||
if(fprintf(fp, "deny") < 0)
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user