Merge pull request #18947 from jfrazelle/fix-seccomp-unsupported
fix default profile where unsupported Upstream-commit: 94e076086820aa34e6fc4fadb18714cd8b9263df Component: engine
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,seccomp
|
||||
|
||||
package native
|
||||
|
||||
|
||||
@ -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