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
Whenever we do not return the error code from a libseccomp call
directly, embed it into our error (via %w), so that a user can still
check for it using something like errors.Is(err, syscall.EINVAL).
Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments