diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-10 21:46:41 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-10 21:46:41 +0000 |
commit | f308139cc31cf69ec33b2649a518bfc7f72f068a (patch) | |
tree | 5b574004073fc9414ea1929d419cc3cb8b35a414 | |
parent | ecd1128e2a9126b268d233f94198ce8f64de9775 (diff) | |
parent | 065339193e4309a8c771ba88058c3b2d96c07e78 (diff) |
Merge release-20190806.1-261-g0653391 (automated)
-rw-r--r-- | runsc/specutils/specutils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/specutils/specutils.go b/runsc/specutils/specutils.go index 591abe458..3d9ced1b6 100644 --- a/runsc/specutils/specutils.go +++ b/runsc/specutils/specutils.go @@ -92,7 +92,7 @@ func ValidateSpec(spec *specs.Spec) error { log.Warningf("AppArmor profile %q is being ignored", spec.Process.ApparmorProfile) } - // TODO(b/72226747): Apply seccomp to application inside sandbox. + // TODO(gvisor.dev/issue/510): Apply seccomp to application inside sandbox. if spec.Linux != nil && spec.Linux.Seccomp != nil { log.Warningf("Seccomp spec is being ignored") } |