Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux/seccomp_filter: accept pseudo syscall numbers
If the given architecture does not have the given system call, then a negative pseudo system call number is returned. This is not an error, and can be passed to other libseccomp functions. In the case of an unknown syscall name the constant `__NR_SCMP_ERROR` is returned, so check for that.
- Loading branch information