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:
@@ -1,4 +1,4 @@
|
||||
// +build apparmor,linux
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
Copyright The containerd Authors.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !apparmor !linux
|
||||
// +build !linux
|
||||
|
||||
/*
|
||||
Copyright The containerd Authors.
|
||||
|
||||
Reference in New Issue
Block a user