summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: shuffle the CONTRIBUTING.md docPaul Moore2020-01-201-34/+32
* travis: use default python instead of nightlyChristopher Waldon2020-01-201-2/+0
* travis: avoid running live python tests in TravisCIChris Waldon2020-01-202-1/+5
* doc: update contribution guide to include github PR infoChris Waldon2020-01-161-2/+15
* doc: ensure makefile installs seccomp_notify_* pagesChris Waldon2020-01-081-0/+6
* doc: add a section on release tarball signatures to README.mdPaul Moore2020-01-061-0/+18
* tests: rely on __SNR_xxx instead of __NR_xxx for syscallsPaul Moore2019-11-201-3/+3
* build: try to use explicitly marked Python 3.x tools firstPaul Moore2019-11-191-6/+6
* tools: remove static flag from the buildFabrice Fontaine2019-11-141-3/+0
* travis: switch our Travis builds to Ubuntu 18.04 (Bionic Beaver)Paul Moore2019-11-131-2/+2
* tests: introduce a simple seccomp_load() test as part of the non-live testsPaul Moore2019-11-135-3/+105
* tools: fix clang problems in scmp_bpf_simPaul Moore2019-11-131-0/+2
* tests: add some additional test code to boost our code coveragePaul Moore2019-11-133-4/+34
* api: define __SNR_ppoll againMiroslav Lichvar2019-11-131-0/+7
* db: add shadow transactionsPaul Moore2019-11-112-1/+127
* db: consolidate some of the code which adds rules to a single filterPaul Moore2019-11-111-41/+44
* all: update the CHANGELOG and version for v2.4.2Tom Hromatka2019-11-071-0/+11
* tools: ensure a bpf file is specified on the command linePaul Moore2019-11-061-0/+2
* x86: fix a duplicated shmget/shdt line in the syscall resolution codePaul Moore2019-11-061-2/+0
* arch: update the internal syscall tables to Linux v5.4-rc4Paul Moore2019-10-3117-142/+1150
* tools: fix a problem with distcheckPaul Moore2019-10-301-2/+0
* build: ship seccomp-syscalls.hStéphane Graber2019-10-081-1/+1
* api: stop defining __NR_x values for syscalls that don't existPaul Moore2019-10-013-1065/+2090
* python: fix error in pydocJonah Petri2019-10-011-4/+9
* doc: ship the SECURITY.md filePaul Moore2019-07-221-1/+1
* python: install the python extension to the root package dirFelix Geyer2019-07-221-4/+4
* doc: new process docs and various updatesPaul Moore2019-07-023-1/+141
* arch: add support for io-uring related system calls in kernel 5.1Stephen Coleman2019-06-2513-0/+39
* tests: add notification testsPaul Moore2019-05-037-4/+190
* python: update the python bindings to support notificationsPaul Moore2019-05-032-2/+309
* api: make TSYNC and NOTIFY mutually exclusivePaul Moore2019-05-024-19/+42
* api: implement user notification in libseccompPaul Moore2019-05-0213-56/+393
* python: use Cython language "3str"Paul Moore2019-05-012-2/+4
* db: properly reset the attribute state in db_col_reset()Paul Moore2019-04-301-0/+2
* tests: fix a error message typo in 13-basic-attrs.pyPaul Moore2019-04-301-1/+1
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-298-15/+13
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-2911-2/+71
* system.h: add defines for USER_NOTIF bitsTycho Andersen2019-04-181-0/+86
* docs: create a doc/admin directory and move RELEASE_PROCESS.md into itPaul Moore2019-04-172-1/+1
* docs: minor changes to the RELEASE_PROCESS.mdPaul Moore2019-04-171-1/+9
* all: update the CHANGELOG and version for v2.4.1Paul Moore2019-04-171-0/+4
* tests: only run test 50 on x86_64Paul Moore2019-04-171-8/+8
* tests: Add 50-sim-hash_collision testTom Hromatka2019-04-165-3/+184
* bpf: add accumulator state to the instruction block hashTom Hromatka2019-04-161-3/+10
* all: update the CHANGELOG and version for v2.4.0Paul Moore2019-03-141-0/+19
* tests: add LT tests to 43-sim-a2_orderPaul Moore2019-03-143-5/+74
* tests: add 48-sim-64b_comparisonsPaul Moore2019-03-145-3/+133
* tests: update 38-basic-pfc_coveragePaul Moore2019-03-141-30/+59
* bpf: pass the correct accumulator state to the next levelPaul Moore2019-03-141-3/+9
* db: fix 64-bit argument comparisonsPaul Moore2019-03-142-206/+542