summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* api: remove the internal state and make the API context-awarePaul Moore2012-07-253-66/+92
* build: enable verbose buildingPaul Moore2012-07-251-1/+1
* build: minor Makefile cleanupsPaul Moore2012-06-061-3/+3
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-261-2/+2
* build: cleanup some of the build macros and MakefilesPaul Moore2012-04-161-1/+1
* api: add a new attribute for the bad architecture actionPaul Moore2012-04-164-28/+42
* api: always pass along errors from failed attempts to set NO_NEW_PRIVSPaul Moore2012-04-163-9/+1
* api: enable toggling NO_NEW_PRIVS behavior via filter attributesPaul Moore2012-04-133-6/+29
* api: enable NO_NEW_PRIVS when loading the seccomp filterPaul Moore2012-04-132-0/+12
* api: enable basic filter attribute supportPaul Moore2012-04-135-11/+88
* api: error conditions are indicated by negative return valuesPaul Moore2012-04-131-2/+2
* bpf: fix a problem when failing on the low word check on 64bit systemsPaul Moore2012-04-121-14/+38
* bpf: calculate the syscall number offset automaticallyPaul Moore2012-04-111-1/+1
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-0914-112/+112
* build: *really* fix the shared library versioning problemPaul Moore2012-04-091-1/+1
* build: fixup the shared library's name/versionPaul Moore2012-04-091-2/+2
* build: add the ability to do a "make install"Paul Moore2012-04-052-4/+9
* Adding support for dynamic libraryEduardo Otubo2012-04-051-1/+4
* all: support masked comparisonsPaul Moore2012-04-046-27/+90
* api: make the va_args more reliablePaul Moore2012-04-041-6/+8
* bpf: include bpf code to verify the arch in every filterPaul Moore2012-04-031-2/+21
* all: use the system header files when possiblePaul Moore2012-04-029-51/+110
* build: introduce a configure scriptPaul Moore2012-04-021-0/+1
* api: tweak the rule_add API furtherPaul Moore2012-03-291-6/+47
* arch: enable less strict filter rewritesPaul Moore2012-03-295-8/+23
* arch: implement i386_syscall_rewrite()Paul Moore2012-03-291-2/+8
* arch: Handling fake syscalls inside arch frameworkEduardo Otubo2012-03-291-2/+31
* db: optimize for 64bit systemsPaul Moore2012-03-294-230/+248
* bpf: fix a bug when pulling in new instruction blocks into the final layoutPaul Moore2012-03-291-34/+13
* pfc: fix a memory leak and a correctness issue in the sorting codePaul Moore2012-03-271-5/+5
* bpf: convert all return instructions into stand alone blocksPaul Moore2012-03-271-31/+62
* bpf: manage jump lengths to return instruction blocksPaul Moore2012-03-271-3/+81
* db: enable user input for syscall prioritiesPaul Moore2012-03-273-2/+75
* pfc: take into account syscall priorityPaul Moore2012-03-271-5/+52
* arch: provide syscall rewriting functionsPaul Moore2012-03-274-0/+40
* db: add support for "phantom" syscall entriesPaul Moore2012-03-234-17/+27
* 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
* bpf: rename to match the APIPaul Moore2012-03-233-4/+4
* db: rename to match the APIPaul Moore2012-03-233-13/+13
* api: tweak/rename the APIPaul Moore2012-03-231-11/+10
* db: optimize matching argument chain sub-trees and fix a few related bugsPaul Moore2012-03-232-11/+192
* api: allow a 16bit value to be used with SCMP_ACT_TRACEPaul Moore2012-03-212-3/+3
* pfc: use the system defines to resolve the printf fmt string issuePaul Moore2012-03-211-15/+7
* api: remove an old commentPaul Moore2012-03-211-3/+0
* bpf: fix how we pull instruction blocks into the final filter via hash jumpsPaul Moore2012-03-201-44/+46
* bpf: resolve issues with duplicate instruction blocks in complex filtersPaul Moore2012-03-201-7/+28
* db: fix the db_chain_leaf() macroPaul Moore2012-03-201-1/+1
* db: remove an unnecessary priority updatePaul Moore2012-03-201-1/+0
* db: update the node count correctly when adding to an existing tree levelPaul Moore2012-03-201-0/+5