1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
#
# libseccomp regression test automation data
#
# Copyright IBM Corp. 2012
# Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
#
test type: bpf-sim
# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
08-sim-subtree_checks all,-x32 1000 0-10 1 N N N N ALLOW
08-sim-subtree_checks all,-x32 1000 0-10 0 N N N N KILL
08-sim-subtree_checks all,-x32 1001 0-10 1 N N N N ALLOW
08-sim-subtree_checks all,-x32 1001 0-10 0 N N N N KILL
08-sim-subtree_checks all,-x32 1002 0-5 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1002 0-5 2 1 0-5 N N KILL
08-sim-subtree_checks all,-x32 1003 0-5 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1003 0-5 2 1 0-5 N N KILL
08-sim-subtree_checks all,-x32 1004 0 11 5-10 10 10 1-5 ALLOW
08-sim-subtree_checks all,-x32 1004 0 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1004 1-5 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1004 1-5 1 2 30-35 N N ALLOW
08-sim-subtree_checks all,-x32 1004 1-5 2 1 30-35 N N KILL
08-sim-subtree_checks all,-x32 1005 0 11 5-10 10 10 1-5 ALLOW
08-sim-subtree_checks all,-x32 1005 0 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1005 1-5 1 2 0-5 N N ALLOW
08-sim-subtree_checks all,-x32 1005 1-5 1 2 30-35 N N ALLOW
08-sim-subtree_checks all,-x32 1005 1-5 2 1 30-35 N N KILL
08-sim-subtree_checks all,-x32 1006 0-10 1 2 N N N ALLOW
08-sim-subtree_checks all,-x32 1006 0-10 1 3 N N N KILL
08-sim-subtree_checks all,-x32 1006 10 2-100 2 N N N ALLOW
08-sim-subtree_checks all,-x32 1007 0 0 2 3 N N TRAP
08-sim-subtree_checks all,-x32 1007 1 1 1 0-2 1 1 ALLOW
08-sim-subtree_checks all,-x32 1007 1 1 2 0-2 1 1 ALLOW
08-sim-subtree_checks all,-x32 1007 1 1 2 4-6 1 1 ALLOW
08-sim-subtree_checks all,-x32 1007 1 1 0 3 1 1 KILL
test type: bpf-sim-fuzz
# Testname StressCount
08-sim-subtree_checks 50
test type: bpf-valgrind
# Testname
08-sim-subtree_checks
|