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
Claiming that `mismatch_action` is used for syscalls that do not match
*any rules* is incorrect. A syscall number mapped to an empty `Vec` is
considered to match the filter and therefore uses the `match_action`
instead, despite not matching any rules (because no rules even exist).
Signed-off-by: Christopher Head <[email protected]>
0 commit comments