summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/chroot.go
AgeCommit message (Expand)Author
2021-07-26Merge pull request #6292 from btw616:local-timezonegVisor bot
2021-07-09runsc: fix the local timezone support in logsTiwei Bie
2021-07-08clarify safemount behaviorKevin Krakauer
2021-07-02runsc: validate mount targetsKevin Krakauer
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-03-19Improve error message when pivot_root failsFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-18runsc: create a new proc mount if the sandbox process is running in a new pidnsAndrei Vagin
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin