summaryrefslogtreecommitdiff
path: root/src/system.h
Commit message (Expand)AuthorAgeFilesLines
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-311-0/+3
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+8
* system: use old SECCOMP_IOCTL_NOTIF_ID_VALID number if necessaryMax Rees2021-03-051-1/+4
* all: run ./tools/check-syntax over the codePaul Moore2020-09-021-1/+1
* all: only request the userspace notification fd oncePaul Moore2020-08-181-0/+3
* api: add API level 6Paul Moore2020-06-291-3/+6
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-161-1/+1
* api: implement user notification in libseccompPaul Moore2019-05-021-52/+18
* system.h: add defines for USER_NOTIF bitsTycho Andersen2019-04-181-0/+86
* system: fixup some cosmetic macro alignment issuesPaul Moore2019-03-071-4/+4
* system: add LOG action to seccomp.hTycho Andersen2019-03-071-4/+8
* system: update defines to match upstreamTycho Andersen2019-03-071-2/+2
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-191-1/+11
* all: add support for new log actionTyler Hicks2017-11-011-0/+5
* system: runtime check if an action is supported by the kernelTyler Hicks2017-11-011-0/+5
* all: add support for new log filter flagTyler Hicks2017-11-011-0/+3
* api: create an API level construct as part of the supported APIPaul Moore2017-09-211-0/+3
* 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-221-3/+11
* all: update my email addressPaul Moore2016-02-111-1/+1
* system: use sys/prctl.h instead of linux/prctl.hPaul Moore2016-02-101-1/+1
* api: limit errno values to MAX_ERRNOPaul Moore2015-08-291-0/+3
* system: add support for the thread sync functionalityPaul Moore2014-08-211-0/+2
* system: add initial support for the new seccomp() syscallPaul Moore2014-08-211-6/+24
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-291-2/+2
* api: enable NO_NEW_PRIVS when loading the seccomp filterPaul Moore2012-04-131-0/+9
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-091-8/+8
* all: use the system header files when possiblePaul Moore2012-04-021-0/+83