mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
This improves reliability by doing parsing of potentially untrusted data in a separate process. It opens the door for further security improvements if we can lock down the reexec-ed process. It also improves import performance by only taking the backup and restore privileges once, for the whole process. Signed-off-by: John Starks <jostarks@microsoft.com>