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
This came out of issue #314. While arch-syscall-check.c is good at ensuring the internal libseccomp syscall tables are consistent across arch/ABIs, it doesn't verify that we have the necessary __SNR_xxx definitions to match.
The text was updated successfully, but these errors were encountered:
It's worth noting that the move to the CSV syscall table means the current tests in src/arch-syscall-check.c are largely pointless; the automatically generated syscall tables should always be in sync across the different arch/ABIs. This isn't to see we need to drop these existing checks, but if dropping these checks makes it easier to solve this issue I have no problem doing that.
This came out of issue #314. While
arch-syscall-check.c
is good at ensuring the internal libseccomp syscall tables are consistent across arch/ABIs, it doesn't verify that we have the necessary__SNR_xxx
definitions to match.The text was updated successfully, but these errors were encountered: