diff options
author | Christian Brauner <[email protected]> | 2019-09-20 10:30:07 +0200 |
---|---|---|
committer | Kees Cook <[email protected]> | 2019-10-10 14:45:51 -0700 |
commit | 0eebfed2954f152259cae0ad57b91d3ea92968e8 (patch) | |
tree | 28f64d70ba1ca207d30db32aaba10d181b5f4f31 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | fb3c5386b382d4097476ce9647260fc89b34afdb (diff) |
seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
Test whether a syscall can be performed after having been intercepted by
the seccomp notifier. The test uses dup() and kcmp() since it allows us to
nicely test whether the dup() syscall actually succeeded by comparing whether
the fds refer to the same underlying struct file.
Signed-off-by: Christian Brauner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Will Drewry <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Martin KaFai Lau <[email protected]>
Cc: Song Liu <[email protected]>
Cc: Yonghong Song <[email protected]>
Cc: Tycho Andersen <[email protected]>
CC: Tyler Hicks <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions