go-sandbox/runner/unshare/doc.go
criyle 4f2257a187 Remove types pkg & update documents
- move types pkg into runner
- add documentations for cgroup & container
- add benchmakr for cgroup & container
2020-03-02 03:14:13 -05:00

4 lines
142 B
Go

// Package unshare implements runner that uses Linux unshare syscall & mount namespace & rlimit
// to restrict program access
package unshare