mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update TODO for OCI seccomp support.
PiperOrigin-RevId: 274042343
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user