Update TODO for OCI seccomp support.

PiperOrigin-RevId: 274042343
This commit is contained in:
Ian Lewis
2019-10-10 14:43:03 -07:00
committed by gVisor bot
parent a5170fd825
commit 065339193e
+1 -1
View File
@@ -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")
}