Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 06-sim-actions.tests
CommitLineData
8befd5cc
MG
1#
2# libseccomp regression test automation data
3#
4# Copyright IBM Corp. 2012
5# Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
6#
7
8test type: bpf-sim
9
10# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
1106-sim-actions all read 4 0x856B008 80 N N N ALLOW
1206-sim-actions all write 1 0x856B008 N N N N ERRNO(1)
1306-sim-actions all close 4 N N N N N TRAP
1406-sim-actions all,-aarch64 open 0x856B008 4 N N N N TRACE(1234)
1506-sim-actions x86 0-2 N N N N N N KILL
1606-sim-actions x86 7-350 N N N N N N KILL
1706-sim-actions x86_64 4-350 N N N N N N KILL
18
19test type: bpf-sim-fuzz
20
21# Testname StressCount
2206-sim-actions 50
23
24test type: bpf-valgrind
25
26# Testname
2706-sim-actions
This page took 0.010013 seconds and 4 git commands to generate.