summaryrefslogtreecommitdiff
path: root/tests/06-sim-actions.tests
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2018-09-19 09:32:41 -0600
committerPaul Moore <paul@paul-moore.com>2018-09-19 19:24:41 -0400
commit82cc261798966fbe1a4a9ffb40c4ab3be192e4b1 (patch)
tree9a656b2dbec52b2ff3e009cb023e72f8fbf30275 /tests/06-sim-actions.tests
parentb2f15f3d02f302b12b9d1a37d83521e6f9e08841 (diff)
downloadlibseccomp-82cc261798966fbe1a4a9ffb40c4ab3be192e4b1.tar.gz
tests: Add tests for SECCOMP_RET_KILL_PROCESS
This addresses GitHub Issue #96 - RFE: add support for SECCOMP_RET_KILL_PROCESS Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/06-sim-actions.tests')
-rw-r--r--tests/06-sim-actions.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/06-sim-actions.tests b/tests/06-sim-actions.tests
index 1402e21..40a93ae 100644
--- a/tests/06-sim-actions.tests
+++ b/tests/06-sim-actions.tests
@@ -12,11 +12,12 @@ test type: bpf-sim
06-sim-actions all write 1 0x856B008 N N N N ERRNO(1)
06-sim-actions all close 4 N N N N N TRAP
06-sim-actions all,-aarch64 open 0x856B008 4 N N N N TRACE(1234)
+06-sim-actions all stat N N N N N N KILL_PROCESS
06-sim-actions all rt_sigreturn N N N N N N LOG
06-sim-actions x86 0-2 N N N N N N KILL
06-sim-actions x86 7-172 N N N N N N KILL
06-sim-actions x86 174-350 N N N N N N KILL
-06-sim-actions x86_64 4-14 N N N N N N KILL
+06-sim-actions x86_64 5-14 N N N N N N KILL
06-sim-actions x86_64 16-350 N N N N N N KILL
test type: bpf-sim-fuzz