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
Currently the seccomp sandboxing implementation only filters syscalls themselves with no regard to the parameters passed to them. We should filter for specific syscall parameters where possible to further tighten the sandbox.
Currently the seccomp sandboxing implementation only filters syscalls themselves with no regard to the parameters passed to them. We should filter for specific syscall parameters where possible to further tighten the sandbox.