mirror of
https://github.com/criyle/go-sandbox.git
synced 2025-09-26 23:19:11 +08:00

- move types pkg into runner - add documentations for cgroup & container - add benchmakr for cgroup & container
4 lines
142 B
Go
4 lines
142 B
Go
// Package unshare implements runner that uses Linux unshare syscall & mount namespace & rlimit
|
|
// to restrict program access
|
|
package unshare
|