commit | d70c41ddad5a1cde7c978a65370809abc2eba508 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 05 23:43:06 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Feb 06 01:23:05 2015 +0000 |
tree | 07489f2bf380ecc41c039743cfea178c45ced6cf | |
parent | f46ab5f1693e003abcd9c8634f37f6c5baac1a99 [diff] |
x86, x32, x86_64: print SECCOMP_RET_ERRNO filtered syscalls This is required to process SECCOMP_RET_ERRNO filtered syscalls on systems where linux kernel does not change the syscall number to -1. * syscall.c (is_negated_errno): Move before syscall_fixup_on_sysenter. (syscall_fixup_on_sysenter) [I386 || X32 || X86_64] : Use it to check AX register.