summaryrefslogtreecommitdiff
path: root/src/system.c
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+1
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-311-0/+12
* all: add seccomp_precompute() functionalityPaul Moore2022-09-211-2/+2
* system: use old SECCOMP_IOCTL_NOTIF_ID_VALID number if necessaryMax Rees2021-03-051-1/+11
* system: change our notification fd handlingPaul Moore2020-08-181-3/+15
* all: only request the userspace notification fd oncePaul Moore2020-08-181-74/+130
* api: add API level 6Paul Moore2020-06-291-4/+26
* system: fix typo in commentRolf Eike Beer2020-06-251-1/+1
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-161-2/+3
* system: add function comment headers for the notify functionsPaul Moore2020-06-161-0/+39
* bpf: return integer error codes from gen_bpf_release()Paul Moore2020-06-161-3/+3
* system: treat kernel/libc errors as ECANCELEDPaul Moore2020-06-161-6/+8
* all: pick better names for some legacy terminologyPaul Moore2020-06-111-5/+5
* api: don't allow the TSYNC and NEW_LISTENER flags at the same timePaul Moore2020-06-011-2/+2
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+1
* api: implement user notification in libseccompPaul Moore2019-05-021-4/+108
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-291-0/+11
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-191-1/+15
* all: add support for new log actionTyler Hicks2017-11-011-2/+37
* system: runtime check if an action is supported by the kernelTyler Hicks2017-11-011-0/+17
* all: add support for new log filter flagTyler Hicks2017-11-011-1/+12
* system: runtime check if a filter flag is supported by the kernelTyler Hicks2017-11-011-6/+24
* system: Add missing param to sys_chk_seccomp_flag() commentTyler Hicks2017-10-171-0/+1
* api: create an API level construct as part of the supported APIPaul Moore2017-09-211-3/+40
* system: update the ABI whitelist for the seccomp() syscallPaul Moore2016-02-261-0/+6
* all: use the seccomp() syscall whenever possible for tested ABIsPaul Moore2016-02-221-22/+78
* all: update my email addressPaul Moore2016-02-111-1/+1
* system: add support for the thread sync functionalityPaul Moore2014-08-211-1/+31
* system: add initial support for the new seccomp() syscallPaul Moore2014-08-211-0/+71