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
In case seccomp_api_set() failed, embed its return code into the error
(rather than merely adding -N text into it), so that a user can check
for a particular error using e.g. errors.Is(err, syscall.EINVAL).
Do not embed EOPNOTSUPP since this is not what libseccomp returns
(this is returned by own code in case it is compiled with old (< 2.4.0)
libseccomp headers).
Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments