Improve "bail out" error loading seccomp rules
We are out in the dark if we happen to add syscalls that do not exist on obscure architectures. Keep track of the rules being added, so we can provide a more useful error if we fall in this situation.
We are out in the dark if we happen to add syscalls that do not exist on obscure architectures. Keep track of the rules being added, so we can provide a more useful error if we fall in this situation.