| //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 "" | |
| } |