aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libsandbox: refine yama check to abort on level 3+Mike Frysinger2021-11-031-9/+21
* libsandbox: tweak label/decl code for some compiler settingsMike Frysinger2021-11-031-1/+3
* bump to sandbox-3.2Mike Frysinger2021-11-031-1/+1
* libsandbox: add YAMA checks and skip ptrace when activev3.1Mike Frysinger2021-11-031-0/+38
* libsbutil: drop fsync when loggingMike Frysinger2021-11-031-1/+0
* sandbox: fix passing of config env vars downMike Frysinger2021-11-031-1/+1
* bump to sandbox-3.1Mike Frysinger2021-11-021-1/+1
* libsandbox: merge sandbox settings from tracee end when execingv3.0Mike Frysinger2021-11-022-2/+33
* libsandbox: fix ptracing childrenMike Frysinger2021-11-028-9/+131
* bump to sandbox-3.0Mike Frysinger2021-11-021-1/+1
* sandbox: add backwards compat interface hackv2.29Mike Frysinger2021-11-021-0/+9
* sandbox: delete now unused variableMike Frysinger2021-11-011-1/+0
* sandbox: include "sandbox" in the error log summaryMike Frysinger2021-11-011-1/+1
* libsandbox: do not use ptrace if it returns ENOSYSMike Frysinger2021-10-311-2/+8
* libsandbox: drop args to trace_mainMike Frysinger2021-10-293-7/+7
* sandbox: change interface to make it easier to pass thruMike Frysinger2021-10-285-23/+49
* sandbox: avoid repetitive strlen calculations when building cmdlineMike Frysinger2021-10-281-11/+9
* libsandbox: hoist the *at pre-check functions up a levelMike Frysinger2021-10-289-38/+42
* build: create libsandbox for trace_syscalls.h tooMike Frysinger2021-10-281-0/+1
* sandbox: undefine dprintfMike Frysinger2021-10-281-0/+3
* bump to sandbox-2.29Mike Frysinger2021-10-281-1/+1
* libsandbox: fix signal pass through with ptrace main loopv2.28Mike Frysinger2021-10-281-2/+5
* libsandbox: drop lstat check for symlink funcsMike Frysinger2021-10-271-28/+23
* libsandbox: port ptrace to aarch64Mike Frysinger2021-10-252-0/+33
* libsandbox: use PTRACE_GET_SYSCALL_INFO when availableMike Frysinger2021-10-253-0/+27
* libsandbox: add sparc personality supportMike Frysinger2021-10-243-0/+77
* libsandbox: port ptrace to sparc64 & re-enable for sparcMike Frysinger2021-10-242-7/+12
* bump to configure-2.28Mike Frysinger2021-10-241-1/+1
* sandbox: leverage PR_SET_NO_NEW_PRIVS when availablev2.27Mike Frysinger2021-10-233-0/+21
* tests: fix lremovexattr typoMike Frysinger2021-10-231-2/+2
* libsandbox: extend symbols format to specify diff syscall nameMike Frysinger2021-10-235-25/+45
* libsandbox: tweak how undefined symbols are declaredMike Frysinger2021-10-234-8/+11
* libsandbox: move symbols.h.in parsing to scriptsMike Frysinger2021-10-234-10/+25
* scripts: rewrite main processing loops for significant speedupMike Frysinger2021-10-232-124/+136
* libsandbox: add 64-bit time_t wrappersMike Frysinger2021-10-2319-7/+114
* libsandbox: fix flags extraction for a few syscallsMike Frysinger2021-10-231-7/+14
* tests: fix handling of srcdir vs abs_srcdir for dist creationMike Frysinger2021-10-231-8/+12
* sandbox: add a --run-configure optionMike Frysinger2021-10-233-10/+28
* tests: merge into top level makefile tooMike Frysinger2021-10-236-141/+151
* build: hoist -Itop_srcdir to common AM_CPPFLAGSMike Frysinger2021-10-234-4/+3
* libsandbox: only lookup syscall number on entryMike Frysinger2021-10-231-4/+6
* libsandbox: regen trace headers when symbols header changesMike Frysinger2021-10-231-2/+2
* TODO: add more work!Mike Frysinger2021-10-221-0/+20
* Revert "Remove leftover generated Makefiles from the repo (sic!)"Mike Frysinger2021-10-223-0/+12
* libsandbox: fix ppc ptrace return value settingMike Frysinger2021-10-221-2/+8
* Remove leftover generated Makefiles from the repo (sic!)Michał Górny2021-10-223-12/+0
* tests: Add missing EXTRA_DIST for xattr-0Michał Górny2021-10-221-1/+2
* tests: add missing xattr-0 programMike Frysinger2021-10-221-0/+7
* libsandbox: drop old *.py[co] hack #775416Mike Frysinger2021-10-221-14/+0
* libsandbox: add xattr wrappers #672566Mike Frysinger2021-10-2218-9/+182