Signed-off-by: Paul Moore <[email protected]> --- tests/16-arch-basic.tests | 21 ++++++++++++--------- tests/17-arch-merge.tests | 18 +++++++++--------- 2 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/tests/16-arch-basic.tests b/tests/16-arch-basic.tests index 8e89756..5dd70bc 100644 --- a/tests/16-arch-basic.tests +++ b/tests/16-arch-basic.tests @@ -8,15 +8,18 @@ test type: bpf-sim # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result -16-arch-basic all read 0 0x856B008 10 N N N ALLOW -16-arch-basic all read 1-10 0x856B008 10 N N N KILL -16-arch-basic all write 1-2 0x856B008 10 N N N ALLOW -16-arch-basic all write 3-10 0x856B008 10 N N N KILL -16-arch-basic all close N N N N N N ALLOW -16-arch-basic all open 0x856B008 4 N N N N KILL -16-arch-basic all socket 0 1 2 N N N ALLOW -16-arch-basic all connect 0 1 2 N N N ALLOW -16-arch-basic all shutdown 0 1 2 N N N ALLOW +16-arch-basic +all read 0 0x856B008 10 N N N ALLOW +16-arch-basic +all read 1-10 0x856B008 10 N N N KILL +16-arch-basic +all write 1-2 0x856B008 10 N N N ALLOW +16-arch-basic +all write 3-10 0x856B008 10 N N N KILL +16-arch-basic +all close N N N N N N ALLOW +16-arch-basic +all open 0x856B008 4 N N N N KILL +16-arch-basic +x86 socket 1 N N N N N ALLOW +16-arch-basic +x86 connect 3 N N N N N ALLOW +16-arch-basic +x86 shutdown 13 N N N N N ALLOW +16-arch-basic +x86_64 socket 0 1 2 N N N ALLOW +16-arch-basic +x86_64 connect 0 1 2 N N N ALLOW +16-arch-basic +x86_64 shutdown 0 1 2 N N N ALLOW test type: bpf-sim-fuzz diff --git a/tests/17-arch-merge.tests b/tests/17-arch-merge.tests index 50fc68b..b60d39b 100644 --- a/tests/17-arch-merge.tests +++ b/tests/17-arch-merge.tests @@ -8,15 +8,15 @@ test type: bpf-sim # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result -17-arch-merge x86 read 0 0x856B008 10 N N N ALLOW -17-arch-merge x86 read 1-10 0x856B008 10 N N N KILL -17-arch-merge x86 write 1-2 0x856B008 10 N N N ALLOW -17-arch-merge x86 write 3-10 0x856B008 10 N N N KILL -17-arch-merge x86 close N N N N N N ALLOW -17-arch-merge x86 open 0x856B008 4 N N N N KILL -17-arch-merge x86_64 socket 0 1 2 N N N ALLOW -17-arch-merge x86_64 connect 0 1 2 N N N ALLOW -17-arch-merge x86_64 shutdown 0 1 2 N N N ALLOW +17-arch-merge +x86 read 0 0x856B008 10 N N N ALLOW +17-arch-merge +x86 read 1-10 0x856B008 10 N N N KILL +17-arch-merge +x86 write 1-2 0x856B008 10 N N N ALLOW +17-arch-merge +x86 write 3-10 0x856B008 10 N N N KILL +17-arch-merge +x86 close N N N N N N ALLOW +17-arch-merge +x86 open 0x856B008 4 N N N N KILL +17-arch-merge +x86_64 socket 0 1 2 N N N ALLOW +17-arch-merge +x86_64 connect 0 1 2 N N N ALLOW +17-arch-merge +x86_64 shutdown 0 1 2 N N N ALLOW test type: bpf-sim-fuzz ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
