Removed mount ID regeneration

This commit is contained in:
snake-4
2024-08-17 14:53:14 +02:00
parent 6172b38ce0
commit 9cdb7976f4

View File

@@ -140,12 +140,6 @@ public:
}
doHideZygisk();
// [Why do we call unshare twice?]
// We call unshare twice to regenerate mount IDs.
// FDReopener handles the FD link problem mentioned in the unshare hook.
if (!new_mount_ns())
return;
};
}