aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 2.14v2.14Michał Górny2018-12-021-1/+1
* libsandbox: resolve_dirfd_path /proc/<pid> namespace safetyZac Medico2018-12-021-1/+8
* libsandbox: Remove meaningless/broken -nodefaultlibsMichał Górny2018-07-191-1/+0
* Update autotools filesv2.13Michał Górny2018-02-1916-237/+272
* tests: Add a test for LD_PRELOAD non-preserving (SANDBOX_ON=0)Michał Górny2018-02-192-0/+22
* Disable environment propagation if sandbox is disabledMichał Górny2018-02-121-0/+5
* Post-release bump to 2.13Michał Górny2017-10-031-1/+1
* Ensure LD_LIBRARY_PATH is copied to my_envv2.12Peter Levine2017-10-031-2/+2
* libsandbox: Fix path matching not to dumbly match prefixesMichał Górny2017-10-033-3/+40
* Remove no-longer-necessary symlink hack in ACLMichał Górny2017-10-031-40/+0
* libsandbox: do not abort with a long name to opendirMart Raudsepp2017-09-265-0/+37
* libsandbox: whitelist renameat/symlinkat as symlink funcsMike Frysinger2017-03-107-1/+49
* libsbutil: elide sb_maybe_gdb when -DNDEBUG is usedGuenther Brunthaler2016-11-271-0/+2
* libsandbox: fix symtab walking with prelinked ELFsMike Frysinger2016-11-161-11/+28
* libsandbox: whitelist execvpeMike Frysinger2016-03-301-0/+1
* libsandbox: fix symtab walking with some ELFsMike Frysinger2016-03-291-13/+17
* bump to sandbox-2.12Mike Frysinger2016-03-291-1/+1
* libsandbox: fix x86 tracing when schizo is activev2.11Mike Frysinger2016-03-291-0/+10
* tests: make all shell scripts executableMike Frysinger2016-03-299-0/+0
* sandbox: allow user to force SIGKILLMike Frysinger2016-03-291-2/+10
* libsandbox: make check_syscall ISE a little more usefulMike Frysinger2016-03-291-2/+2
* libsandbox: use ptrace on apps that interpose their own allocatorMike Frysinger2016-02-167-42/+210
* tests: add test for overriding mmapMike Frysinger2016-02-166-0/+56
* libsbutil: clean up same.h distdir usageMike Frysinger2016-01-181-1/+0
* libsandbox: add wrappers for execveat & execvpeMike Frysinger2015-12-223-0/+27
* libsandbox: fix alpha ptrace error settingMike Frysinger2015-12-201-1/+6
* libsandbox: new ia64 ptrace portMike Frysinger2015-12-203-0/+84
* tests: check errno with more static testsMike Frysinger2015-12-203-3/+3
* libsbutil: gnulib: hand disable same_name usageMike Frysinger2015-12-202-34/+0
* build: disable gc-sections on ia64 systemsMike Frysinger2015-12-201-1/+4
* libsandbox: new powerpc ptrace portMike Frysinger2015-12-202-0/+32
* libsandbox: new alpha ptrace portMike Frysinger2015-12-202-0/+60
* libsandbox: new arm ptrace portMike Frysinger2015-12-202-0/+24
* build: fix schizo match on x86 hostsMike Frysinger2015-12-201-1/+2
* libsandbox: new s390/s390x ptrace portMike Frysinger2015-12-203-0/+101
* libsandbox: improve sparc trace code a bit moreMike Frysinger2015-12-201-8/+26
* libsandbox: avoid mixing stderr & output pipesMike Frysinger2015-12-204-5/+18
* sb_efuncs: avoid pointless stdio indirectionMike Frysinger2015-12-191-8/+8
* libsandbox: switch to PTRACE_O_TRACEEXECMike Frysinger2015-12-192-47/+29
* build: fix SB_SCHIZO automake conditionalMike Frysinger2015-12-191-1/+1
* libsandbox: tweak edge cases of realloc a bitMike Frysinger2015-12-191-1/+5
* libsandbox: fix old_malloc_size check on reallocDenis Lisov2015-12-191-2/+3
* bump to sandbox-2.11Mike Frysinger2015-12-191-1/+1
* libsandbox: fix memory alignmentv2.10Mike Frysinger2015-12-191-3/+6
* libsandbox: do not unnecessarily dereference symlinksMike Frysinger2015-09-283-3/+43
* tests: add basic parsing of timespec fieldsMike Frysinger2015-09-283-2/+26
* build: bump min autoconf/automake requirementsMike Frysinger2015-09-271-2/+2
* bump to sandbox-2.10Mike Frysinger2015-09-271-1/+1
* sandbox: enable support for linux namespacesv2.9Mike Frysinger2015-09-278-1/+343
* libsbutil: add helpers for reading config options (w/out env export)Mike Frysinger2015-09-264-13/+40