// +build !apparmor !linux package apparmor func IsEnabled() bool { return false } func ApplyProfile(name string) error { return nil }