summaryrefslogtreecommitdiff
path: root/src/api.c
Commit message (Expand)AuthorAgeFilesLines
* api: create an API level construct as part of the supported APIworking-api_levelPaul Moore2017-09-211-0/+55
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-211-4/+7
* arch: removed unnecessary call in `seccomp_add_arch`.Jiannan Guo2017-02-021-4/+2
* api: add a seccomp_version() API callPaul Moore2016-02-181-0/+12
* all: update my email addressPaul Moore2016-02-111-1/+1
* db: make the individual db filter ops privatePaul Moore2016-02-091-217/+34
* all: block negative syscall numbers from the filterPaul Moore2015-08-271-2/+7
* arch: fix a problem with the rule rewrites in _seccomp_rule_add()Paul Moore2015-08-271-1/+1
* docs: fix a number of problems in the function header commentsPaul Moore2015-05-091-1/+1
* all: fix a number of small bugs found by CoverityPaul Moore2014-08-291-4/+8
* system: add support for the thread sync functionalityPaul Moore2014-08-211-2/+3
* system: add initial support for the new seccomp() syscallPaul Moore2014-08-211-19/+1
* api: rename seccomp_syscall_resolve_name_rewrite_arch()Paul Moore2014-05-091-2/+2
* api: add an API to do translated/rewriten syscall resolutionPaul Moore2014-05-081-0/+27
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-071-0/+15
* db: allow all architectures to be removed from a filterPaul Moore2014-04-151-4/+1
* api: ensure we return the proper error codes in the syscall resolver functionsPaul Moore2013-11-121-3/+3
* api: fix some vertical whitespace mistakesPaul Moore2013-10-221-3/+0
* build: Hide non-public symbolsAndy Lutomirski2013-10-221-30/+38
* api: wrong variable name was failing seccomp_syscall_priorityEduardo Otubo2013-05-081-1/+1
* all: convert some booleans from ints to boolsPaul Moore2013-04-191-1/+2
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-261-8/+8
* api: Add array versions of seccomp_rule_add functionsVitaly Vi Shukela2013-03-261-6/+51
* api: ensure filter chains are preserved with multiple architecturesPaul Moore2013-02-141-23/+40
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-211-1/+9
* api: add syscall resolution functions that take an architecture argumentPaul Moore2013-01-151-3/+40
* api: add an API to query the system's architecturePaul Moore2012-11-261-0/+6
* api: add support for multiple architecturesPaul Moore2012-09-271-0/+76
* api: disable certain operations with multiple architecturesPaul Moore2012-09-271-0/+3
* db: enable basic filter collection supportPaul Moore2012-09-271-48/+106
* arch: provide the basic infrastructure for non-native architecture supportPaul Moore2012-09-271-0/+8
* arch: add support for syscall name resolutionPaul Moore2012-09-271-2/+26
* db: add a filter initialization checkPaul Moore2012-07-251-9/+22
* api: remove the internal state and make the API context-awarePaul Moore2012-07-251-51/+51
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-261-2/+2
* api: add a new attribute for the bad architecture actionPaul Moore2012-04-161-25/+2
* api: always pass along errors from failed attempts to set NO_NEW_PRIVSPaul Moore2012-04-161-1/+1
* api: enable toggling NO_NEW_PRIVS behavior via filter attributesPaul Moore2012-04-131-1/+5
* api: enable NO_NEW_PRIVS when loading the seccomp filterPaul Moore2012-04-131-0/+3
* api: enable basic filter attribute supportPaul Moore2012-04-131-1/+19
* api: error conditions are indicated by negative return valuesPaul Moore2012-04-131-2/+2
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-091-8/+8
* all: support masked comparisonsPaul Moore2012-04-041-5/+17
* api: make the va_args more reliablePaul Moore2012-04-041-6/+8
* all: use the system header files when possiblePaul Moore2012-04-021-6/+2
* api: tweak the rule_add API furtherPaul Moore2012-03-291-6/+47
* arch: enable less strict filter rewritesPaul Moore2012-03-291-1/+1
* db: enable user input for syscall prioritiesPaul Moore2012-03-271-2/+14
* api: stub out syscall priority hinting in the APIPaul Moore2012-03-231-0/+7
* api: move the API comments into include/seccomp.hPaul Moore2012-03-231-67/+7