blob: e3dc18b32b5ef2c2191ae25441a1227031f35c40 [file] [log] [blame]
//go:build !linux
// +build !linux
package daemon // import "github.com/docker/docker/daemon"
func ensureDefaultAppArmorProfile() error {
return nil
}
// DefaultApparmorProfile returns an empty string.
func DefaultApparmorProfile() string {
return ""
}