You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apparmor/apparmor_linux.go
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,10 @@ var (
36
36
// check for apparmor_parser to be present, or if we're running docker-in-docker.
37
37
funchostSupports() bool {
38
38
checkAppArmor.Do(func() {
39
-
// see https://github.com/docker/docker/commit/de191e86321f7d3136ff42ff75826b8107399497
39
+
// see https://github.com/opencontainers/runc/blob/0d49470392206f40eaab3b2190a57fe7bb3df458/libcontainer/apparmor/apparmor_linux.go
0 commit comments