Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 25-sim-multilevel_chains_adv.tests
CommitLineData
8befd5cc
MG
1#
2# libseccomp regression test automation data
3#
4# Copyright (c) 2013 Red Hat <pmoore@redhat.com>
5# Author: Paul Moore <paul@paul-moore.com>
6#
7
8test type: bpf-sim
9
10# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
1125-sim-multilevel_chains_adv all 0-9 N N N N N N KILL
1225-sim-multilevel_chains_adv all 10 0x0000000b 0x00000000 N N N N ALLOW
1325-sim-multilevel_chains_adv x86_64 10 0x10000000b 0x00000000 N N N N KILL
1425-sim-multilevel_chains_adv x86_64 10 0x0000000b 0x10000000c N N N N ALLOW
1525-sim-multilevel_chains_adv all 11-19 N N N N N N KILL
1625-sim-multilevel_chains_adv all 20 0x00000015 0x00000000 0x00000017 N N N ALLOW
1725-sim-multilevel_chains_adv all 20 0x00000015 0x00000016 0x00000017 N N N KILL
1825-sim-multilevel_chains_adv x86_64 20 0x100000015 0x00000000 0x00000017 N N N KILL
1925-sim-multilevel_chains_adv x86_64 20 0x00000015 0x00000000 0x100000017 N N N KILL
2025-sim-multilevel_chains_adv all 21-30 N N N N N N KILL
21
22test type: bpf-sim-fuzz
23
24# Testname StressCount
2525-sim-multilevel_chains_adv 50
26
27test type: bpf-valgrind
28
29# Testname
3025-sim-multilevel_chains_adv
This page took 0.011028 seconds and 4 git commands to generate.