commit | 78f26627fd36cb74277dd562ec277aee384525a1 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sat Sep 12 04:08:12 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Sat Sep 19 00:59:49 2020 -0700 |
tree | fa9948b0ab3c60d0b9a2d1c79d20796bf0da253f | |
parent | 37989de731dbea5af143806192c4cd1484990ab4 [diff] |
selftests/seccomp: Remove syscall setting #ifdefs With all architectures now using the common SYSCALL_NUM_SET() macro, the arch-specific #ifdef can be removed from change_syscall() itself. Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/lkml/20200912110820.597135-8-keescook@chromium.org Acked-by: Christian Brauner <christian.brauner@ubuntu.com>