]> git.ipfire.org Git - thirdparty/systemd.git/commit
seccomp: add test-seccomp test tool
authorLennart Poettering <lennart@poettering.net>
Fri, 21 Oct 2016 19:48:10 +0000 (21:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Oct 2016 15:32:51 +0000 (17:32 +0200)
commitf6281133def1da2d7ac875b8cf5af5c32bc63fd8
tree15a8fb957b83e1f4162bfab45eda70a3772030fe
parenta3be2849b2570482757f83181b999febbfc7bbef
seccomp: add test-seccomp test tool

This validates the system call set table and many of our seccomp-util.c APIs.
Makefile.am
src/shared/seccomp-util.h
src/test/test-seccomp.c [new file with mode: 0644]