mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
8 lines
136 B
Go
8 lines
136 B
Go
// +build !linux
|
|
|
|
package daemon // import "github.com/docker/docker/daemon"
|
|
|
|
func ensureDefaultAppArmorProfile() error {
|
|
return nil
|
|
}
|