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