mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
94b45310f4
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
9 lines
152 B
Go
9 lines
152 B
Go
// +build linux,!seccomp
|
|
|
|
package native
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/configs"
|
|
|
|
var (
|
|
defaultSeccompProfile *configs.Seccomp
|
|
)
|