aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* security: pregen seccomp bpf programsv1.3Mike Frysinger2021-04-171-4/+5
| | | | | | | | Since the bpf programs are the same across runs, generate it ahead of time. This way we don't have to link against libseccomp and run the library calls at runtime which helps cut out most overhead. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* build: refresh autotools a bitMike Frysinger2021-04-171-1/+1
| | | | | | | Shuffle macro order to try and fix a few warnings about being used too early. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* check for linux/securebits.h, missing on Linux 2.6.32Michael Haubenwallner2017-09-181-0/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: add plumbing for building w/debug codeMike Frysinger2015-08-241-0/+5
| | | | | | For cases where we want extra debug messages, add some debug knobs. This will be used in a follow up commit to make it easier to triage seccomp failures.
* security: use seccomp to lock ourselves downv1.1Mike Frysinger2015-08-201-0/+7
| | | | | This has a minor speed hit (a few milliseconds), but otherwise provides a decent balance.
* build: use pkg-config for libcap settingsMike Frysinger2015-08-181-2/+4
|
* integrate python/caps support into autotoolsv0.9Mike Frysinger2014-10-191-0/+9
|
* add autotools supportMike Frysinger2014-10-191-0/+46
URL: https://bugs.gentoo.org/413967