apparmor_default_unsupported.go 75 B

123456
  1. // +build !linux
  2. package daemon
  3. func installDefaultAppArmorProfile() {
  4. }