We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865224d + 24c2d28 commit 30b7b63Copy full SHA for 30b7b63
libcontainer/nsenter/nsexec.c
@@ -902,7 +902,7 @@ void nsexec(void)
902
bail("failed to sync with parent: write(SYNC_USERMAP_PLS)");
903
904
/* ... wait for mapping ... */
905
- write_log(DEBUG, "request stage-0 to map user namespace");
+ write_log(DEBUG, "waiting stage-0 to complete the mapping of user namespace");
906
if (read(syncfd, &s, sizeof(s)) != sizeof(s))
907
bail("failed to sync with parent: read(SYNC_USERMAP_ACK)");
908
if (s != SYNC_USERMAP_ACK)
0 commit comments