summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* api: create an API level construct as part of the supported APIworking-api_levelPaul Moore2017-09-213-3/+88
* 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
* tests: add the syscall consistency check to the code coverage testsPaul Moore2017-02-241-0/+6
* bpf: mark static functions as staticPaul Moore2017-02-241-2/+2
* all: mark a number of static functions as staticPaul Moore2017-02-233-6/+6
* all: convert our hash from Lookup3 to MurmurHash3Paul Moore2017-02-233-663/+69
* bpf: make sure we always clean up all of the BPF temporary statePaul Moore2017-02-231-8/+8
* bpf: don't catch the -1 syscall in the x32/x86_64 checkPaul Moore2017-02-231-1/+20
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-216-16/+31
* all: introduce a zmalloc() helper functionPaul Moore2017-02-176-35/+96
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-177-101/+44
* build: add basic code coverage supportPaul Moore2017-02-061-3/+5
* build: fix 'make distcheck'Paul Moore2017-02-061-2/+1
* python: add support for Python 3.xPaul Moore2017-02-031-4/+23
* arch: removed unnecessary call in `seccomp_add_arch`.Jiannan Guo2017-02-021-4/+2
* arch: update the syscall tables to 4.10-rc6+Paul Moore2017-02-023-10/+10
* all: update the syscall validation code/scripts for January 2017Paul Moore2017-01-2530-185/+157
* build: ensure we sort the library and kernel syscall lists the same during va...Paul Moore2017-01-251-1/+1
* arch: update syscalls for Linux 4.9Justin Cormack2017-01-2513-12/+77
* arch: Add parisc architecture supportHelge Deller2016-05-2511-0/+626
* arch: fix the multiplexed ipc() syscallsPaul Moore2016-04-203-6/+6
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-207-10/+804
* arch: fix a number of 32-bit x86 failures related to socket syscallsPaul Moore2016-04-082-4/+103
* python: update the bindings metadataPaul Moore2016-02-261-1/+1
* build: swap '()' for '{}' in Makefiles for consistencyPaul Moore2016-02-261-1/+1
* system: update the ABI whitelist for the seccomp() syscallPaul Moore2016-02-261-0/+6
* system: fix the SECCOMP_SET_MODE_STRICT definePaul Moore2016-02-241-8/+1
* all: use the seccomp() syscall whenever possible for tested ABIsPaul Moore2016-02-223-28/+96
* python: update the python bindings to match the C versionPaul Moore2016-02-222-1/+18
* arch: update the syscall tables to 4.5-rc4+Paul Moore2016-02-1912-13/+37
* arch: fix syscall validate script so ppc64 is checked againPaul Moore2016-02-191-1/+15
* api: add a seccomp_version() API callPaul Moore2016-02-181-0/+12
* all: update my email addressPaul Moore2016-02-1138-38/+38
* system: use sys/prctl.h instead of linux/prctl.hPaul Moore2016-02-101-1/+1
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-096-99/+230
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-0915-99/+41
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-0917-80/+140
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-0915-75/+84
* db: introduce transaction supportPaul Moore2016-02-092-2/+187
* db: store the rules used to build the filterPaul Moore2016-02-096-61/+110
* db: make the individual db filter ops privatePaul Moore2016-02-093-379/+422
* arch: basic support for multiplexed and direct socket syscalls on x86Paul Moore2015-11-111-0/+73
* arch: update the syscalls for Linux 4.3Paul Moore2015-11-1112-38/+38
* arch: update s390/s390x system call tablesHeiko Carstens2015-11-1112-63/+111
* arch: fixes and improvements to the arch-syscall-validate scriptPaul Moore2015-11-111-22/+57
* db: fix a minor style problemPaul Moore2015-09-011-1/+1
* api: limit errno values to MAX_ERRNOPaul Moore2015-08-292-1/+6
* arch: use private syscall #define offsets to prevent collisionsPaul Moore2015-08-294-1336/+1336
* pfc: add missing ppc namesMike Frysinger2015-08-281-0/+6