blob: 01f3eb96fd14ed511a5f248f607f37660f7190fc [file] [log] [blame]
// +build linux,!seccomp
package seccomp // import "github.com/docker/docker/profiles/seccomp"
// DefaultProfile returns a nil pointer on unsupported systems.
func DefaultProfile() *Seccomp {
return nil
}