summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* arch: update the syscalls for Linux v4.15-rc7Paul Moore2018-01-1012-13/+49
* arch: add the statx syscallTobias Klauser2018-01-1012-12/+24
* python: add support for Python 3.xPaul Moore2017-02-271-4/+23
* build: fix arch-syscall-check for all supported architecturesPaul Moore2017-02-271-2/+2
* build: fix a problem where arch-syscall-check could fail and return 0Paul Moore2017-02-271-0/+1
* 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-236-16/+31
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-177-101/+44
* build: add basic code coverage supportPaul Moore2017-02-071-3/+5
* 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-02-0228-174/+147
* build: ensure we sort the library and kernel syscall lists the same during va...Paul Moore2017-02-021-1/+1
* arch: update syscalls for Linux 4.9Justin Cormack2017-02-0212-11/+71
* 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-102-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
* Merge branch 'working-s390' into masterPaul Moore2015-08-2824-41/+1248
|\
| * s390x: fix plattform detectionJan Willeke2015-07-131-2/+2
| * python: add s390 and s390x supportPaul Moore2015-07-132-0/+8
| * arch: add support for s390Jan Willeke2015-07-139-4/+586
| * arch: add support for s390xJan Willeke2015-07-1317-3/+598
* | all: block negative syscall numbers from the filterPaul Moore2015-08-277-42/+41
* | arch: fix a problem with the rule rewrites in _seccomp_rule_add()Paul Moore2015-08-271-1/+1
* | all: minor tweak to make astyle v2.05.1 happyPaul Moore2015-08-261-1/+0