summaryrefslogtreecommitdiff
path: root/src/python
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-252-0/+5
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-182-0/+5
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-312-0/+3
* all: add seccomp_precompute() functionalityPaul Moore2022-09-212-0/+14
* python: Fix distutils DeprecationWarningTom Hromatka2022-07-101-9/+6
* doc,pyx,tests: Fix some typosManabu Sugimoto2022-01-051-2/+2
* api: add missing reviewer fixesMike Frysinger2021-10-131-2/+2
* api: extend BPF export API to write to a memory bufferMike Frysinger2021-10-082-0/+27
* python: fix `[` bashismMike Frysinger2021-09-281-2/+2
* python: add the get_notify_fd() method to the SyscallFilter classPaul Moore2021-08-231-0/+13
* all: fix typo in BerkeleySamanta Navarro2020-10-211-1/+1
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-162-0/+7
* bpf:pfc: Add optimization option to use a binary treeTom Hromatka2020-02-282-0/+2
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-232-0/+3
* python: fix error in pydocJonah Petri2019-10-011-4/+9
* python: install the python extension to the root package dirFelix Geyer2019-07-221-4/+4
* python: update the python bindings to support notificationsPaul Moore2019-05-032-2/+309
* python: use Cython language "3str"Paul Moore2019-05-011-0/+2
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-292-2/+2
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-292-0/+2
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-192-3/+8
* python: fix operands in MASKED_EQ documentationFelix Abecassis2018-09-191-1/+1
* build: enable distcheck'ing for the python codePaul Moore2018-05-101-4/+9
* all: fixup all the file permissionsPaul Moore2018-05-101-0/+0
* all: add support for new log actionTyler Hicks2017-11-012-2/+5
* all: add support for new log filter flagTyler Hicks2017-11-012-0/+2
* python: Expose API level functionalityTyler Hicks2017-10-191-0/+29
* api: create an API level construct as part of the supported APIPaul Moore2017-09-211-0/+3
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-212-0/+2
* python: add support for Python 3.xPaul Moore2017-02-031-4/+23
* arch: Add parisc architecture supportHelge Deller2016-05-252-0/+10
* python: update the bindings metadataPaul Moore2016-02-261-1/+1
* python: update the python bindings to match the C versionPaul Moore2016-02-222-1/+18
* all: update my email addressPaul Moore2016-02-113-3/+3
* Merge branch 'working-s390' into masterPaul Moore2015-08-282-4/+12
|\
| * python: add s390 and s390x supportPaul Moore2015-07-132-0/+8
* | Merge branch 'working-ppc64'Paul Moore2015-08-052-0/+14
|\ \ | |/ |/|
| * arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-172-1/+6
| * arch: add the basic initial support for ppc64 to the arch-dependent codePaul Moore2015-02-062-0/+9
* | python: ensure attributes are treated as 32 bitsMike Strosaker2015-05-061-1/+1
|/
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-211-0/+2
* build: allow the creation of a static libraryPaul Moore2014-10-212-2/+2
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-272-0/+5
* python: add the missing 64-bit MIPS cython/python bindingsPaul Moore2014-08-212-2/+22
* tests: check the number of arguments to the rule_add*() functionsPaul Moore2014-08-201-0/+4
* api: rename seccomp_syscall_resolve_name_rewrite_arch()Paul Moore2014-05-092-3/+2
* api: add an API to do translated/rewriten syscall resolutionPaul Moore2014-05-082-1/+3
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-072-2/+47
* python: fix a build problem related to PEP 3123Paul Moore2014-05-071-1/+4
* python: fix the autotools build for the python bindingsPaul Moore2014-05-072-4/+4