Merge release-20190806.1-261-g0653391 (automated)

This commit is contained in:
gVisor bot 2019-10-10 21:46:41 +00:00
commit f308139cc3
1 changed files with 1 additions and 1 deletions

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")
}