Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | runsc: set up a minimal chroot from the sandbox process | Andrei Vagin | |
In this case, new mounts are not created in the host mount namspaces, so tearDownChroot isn't needed, because chroot will be destroyed with a sandbox mount namespace. In additional, pivot_root can't be called instead of chroot. PiperOrigin-RevId: 229250871 Change-Id: I765bdb587d0b8287a6a8efda8747639d37c7e7b6 |