Merge pull request #4311 from lifubang/fix-debug-msg-in-nsexec

fix a debug msg for user ns in nsexec
This commit is contained in:
Akihiro Suda
2024-06-08 19:57:50 +09:00
committed by GitHub
+1 -1
View File
@@ -902,7 +902,7 @@ void nsexec(void)
bail("failed to sync with parent: write(SYNC_USERMAP_PLS)");
/* ... wait for mapping ... */
write_log(DEBUG, "request stage-0 to map user namespace");
write_log(DEBUG, "waiting stage-0 to complete the mapping of user namespace");
if (read(syncfd, &s, sizeof(s)) != sizeof(s))
bail("failed to sync with parent: read(SYNC_USERMAP_ACK)");
if (s != SYNC_USERMAP_ACK)