mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
10 lines
152 B
Go
10 lines
152 B
Go
// +build linux,!seccomp
|
|
|
|
package native
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/configs"
|
|
|
|
var (
|
|
defaultSeccompProfile *configs.Seccomp
|
|
)
|