mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #18947 from jfrazelle/fix-seccomp-unsupported
fix default profile where unsupported
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,seccomp
|
||||
|
||||
package native
|
||||
|
||||
|
||||
9
daemon/execdriver/native/seccomp_unsupported.go
Normal file
9
daemon/execdriver/native/seccomp_unsupported.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build linux,!seccomp
|
||||
|
||||
package native
|
||||
|
||||
import "github.com/opencontainers/runc/libcontainer/configs"
|
||||
|
||||
var (
|
||||
defaultSeccompProfile *configs.Seccomp
|
||||
)
|
||||
Reference in New Issue
Block a user