remove "apparmor" build tag

The "apparmor" build tag does not have any cgo dependency and can be removed safely.

Related: https://github.com/opencontainers/runc/issues/2704

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-12-08 19:22:39 +09:00
parent 46e1dc5a9f
commit 0a9147f3aa
4 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// +build apparmor,linux
// +build linux
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,4 @@
// +build !apparmor !linux
// +build !linux
/*
Copyright The containerd Authors.