summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: update the python testsPaul Moore2018-01-171-2/+2
* all: massive src/db.c reworkPaul Moore2018-01-1714-616/+824
* tests: add some advanced syscall argument chain tests via 40-sim-adv_chainsPaul Moore2018-01-175-3/+385
* db: make sure the tree branches end in actionsPaul Moore2018-01-171-22/+52
* bpf: remove some dead code in _bpf_append_blk()Paul Moore2018-01-171-3/+0
* tests: add a test to check for syscall priority function on non-native ABIsPaul Moore2018-01-175-3/+133
* tests: exercise removing multiple ABIs from a filterPaul Moore2018-01-171-0/+29
* tests: test for invalid filter attributesPaul Moore2018-01-171-0/+12
* doc: update the CHANGELOG and CREDITS for v2.3.3Paul Moore2018-01-102-0/+4
* tests: fix the live Python testsPaul Moore2018-01-103-0/+3
* arch: update the syscalls for Linux v4.15-rc7Paul Moore2018-01-1014-14/+72
* arch: add the statx syscallTobias Klauser2018-01-1013-13/+26
* tests: add test for SCMP_ACT_LOG of all syscallsTyler Hicks2017-11-015-3/+134
* tests: add SCMP_ACT_LOG test to 06-sim-actionsTyler Hicks2017-11-013-8/+22
* tests: test suite infrastructure changes for SCMP_ACT_LOGTyler Hicks2017-11-012-0/+7
* all: add support for new log actionTyler Hicks2017-11-0114-17/+78
* system: runtime check if an action is supported by the kernelTyler Hicks2017-11-012-0/+22
* all: add support for new log filter flagTyler Hicks2017-11-0114-5/+94
* system: runtime check if a filter flag is supported by the kernelTyler Hicks2017-11-011-6/+24
* python: Expose API level functionalityTyler Hicks2017-10-192-3/+60
* tests: Improve seccomp_api_set() test coverageTyler Hicks2017-10-191-0/+16
* man: fix typo in seccomp_merge.3Tobias Klauser2017-10-191-1/+1
* api: Handle all possible return values when checking flag supportTyler Hicks2017-10-171-1/+1
* system: Add missing param to sys_chk_seccomp_flag() commentTyler Hicks2017-10-171-0/+1
* tests: Add new API level test binary to gitignoreTyler Hicks2017-10-171-0/+1
* api: create an API level construct as part of the supported APIPaul Moore2017-09-2112-6/+331
* build: fix Travis CI build/test failuresPaul Moore2017-09-131-2/+2
* man: Fix SCMP_FLTATR_API_TSKIP typo in seccomp_attr_set man pageTyler Hicks2017-09-121-1/+1
* tests: fix conditional that was skipping all basic python testsTyler Hicks2017-09-121-1/+1
* doc: add Kyle R. Conway to the CREDITS filePaul Moore2017-06-191-0/+1
* doc: rename SUBMITTING_PATCHES to CONTRIBUTINGPaul Moore2017-06-193-3/+3
* doc: add the logo to the READMEPaul Moore2017-06-191-1/+1
* build: create an easy to use test coverage make targetPaul Moore2017-03-012-5/+13
* doc: fix some small typos in SUBMITTING_PATCHESPaul Moore2017-02-281-4/+4
* doc: add a note about writing new tests in SUBMITTING_PATCHESPaul Moore2017-02-281-0/+12
* doc: update the CHANGELOG for v2.3.2Paul Moore2017-02-271-0/+11
* tests: we can't run fuzz tests on non-native filtersPaul Moore2017-02-271-5/+0
* tests: cleanup some comments in 15-sim-negative_onePaul Moore2017-02-271-5/+0
* build: fix arch-syscall-check for all supported architecturesPaul Moore2017-02-271-1/+1
* build: fix a problem where arch-syscall-check could fail and return 0Paul Moore2017-02-271-0/+2
* docs: update the CREDITS filePaul Moore2017-02-271-1/+9
* docs: new tool to update the credits filePaul Moore2017-02-273-0/+49
* tests: fix some problems with 'make distcheck'Paul Moore2017-02-273-6/+15
* docs: add a RELEASE_PROCESS documentPaul Moore2017-02-241-0/+89
* doc: convert SUBMITTING_PATCHES to MarkdownPaul Moore2017-02-242-8/+7
* doc: update README.md with information about the "live" testsPaul Moore2017-02-241-3/+13
* all: update the .gitignore file to include gcov files and Python cachePaul Moore2017-02-242-0/+5
* tests: add a dedicated PFC testPaul Moore2017-02-247-2/+263
* tests: add the syscall consistency check to the code coverage testsPaul Moore2017-02-243-1/+11
* tests: add socket and ipc tests to 15-basic-resolverPaul Moore2017-02-241-0/+24