summaryrefslogtreecommitdiff
path: root/src/python/seccomp.pyx
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-0/+4
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+4
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-311-0/+2
* all: add seccomp_precompute() functionalityPaul Moore2022-09-211-0/+12
* 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-081-0/+25
* 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-161-0/+6
* bpf:pfc: Add optimization option to use a binary treeTom Hromatka2020-02-281-0/+1
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+2
* python: fix error in pydocJonah Petri2019-10-011-4/+9
* python: update the python bindings to support notificationsPaul Moore2019-05-031-1/+276
* python: use Cython language "3str"Paul Moore2019-05-011-0/+2
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-291-1/+1
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-291-0/+1
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-191-3/+7
* python: fix operands in MASKED_EQ documentationFelix Abecassis2018-09-191-1/+1
* all: add support for new log actionTyler Hicks2017-11-011-2/+4
* all: add support for new log filter flagTyler Hicks2017-11-011-0/+1
* python: Expose API level functionalityTyler Hicks2017-10-191-0/+29
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-211-0/+1
* python: add support for Python 3.xPaul Moore2017-02-031-4/+23
* arch: Add parisc architecture supportHelge Deller2016-05-251-0/+8
* python: update the python bindings to match the C versionPaul Moore2016-02-221-0/+2
* all: update my email addressPaul Moore2016-02-111-1/+1
* Merge branch 'working-s390' into masterPaul Moore2015-08-281-3/+9
|\
| * python: add s390 and s390x supportPaul Moore2015-07-131-0/+6
* | Merge branch 'working-ppc64'Paul Moore2015-08-051-0/+11
|\ \ | |/ |/|
| * arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-171-1/+5
| * arch: add the basic initial support for ppc64 to the arch-dependent codePaul Moore2015-02-061-0/+7
* | python: ensure attributes are treated as 32 bitsMike Strosaker2015-05-061-1/+1
|/
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+4
* python: add the missing 64-bit MIPS cython/python bindingsPaul Moore2014-08-211-2/+18
* 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-091-2/+1
* api: add an API to do translated/rewriten syscall resolutionPaul Moore2014-05-081-1/+2
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-071-2/+46
* python: add MIPS and MIPSEL to the python bindingsPaul Moore2014-04-151-0/+4
* python: fix build problems with Cython 0.20Paul Moore2014-02-071-1/+3
* python: fix a crash when resolve_syscall failsAndy Lutomirski2013-11-121-1/+7
* python: Fix a typo in a commentAndy Lutomirski2013-11-081-1/+1
* python: Add docstrings for the ERRNO and TRACE actionsAndy Lutomirski2013-11-061-0/+8
* python: Remove file object support from ArgAndy Lutomirski2013-10-221-8/+2
* python: Add a docstring for the SyscallFilter constructorAndy Lutomirski2013-10-081-4/+6
* python: improve the argument comparison documentationPaul Moore2013-10-041-8/+8
* python: Improve MASKED_EQ docsAndy Lutomirski2013-10-041-1/+1
* arch: add basic ARM supportPaul Moore2013-03-261-0/+2
* arch: add basic x32 supportPaul Moore2013-03-261-0/+2