aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox/trace.c: tweak ptrace command type for muslSergei Trofimovich2019-06-251-2/+11
* exec wrapper: add support for GNU_HASH parserSergei Trofimovich2019-03-021-37/+71
* exec*() wrappers: never mutate 'environ' of host processSergei Trofimovich2019-01-083-55/+69
* libsandbox: resolve_dirfd_path /proc/<pid> namespace safetyZac Medico2018-12-021-1/+8
* libsandbox: Remove meaningless/broken -nodefaultlibsMichał Górny2018-07-191-1/+0
* Disable environment propagation if sandbox is disabledMichał Górny2018-02-121-0/+5
* 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-031-3/+19
* 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-263-0/+29
* libsandbox: whitelist renameat/symlinkat as symlink funcsMike Frysinger2017-03-101-1/+3
* 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
* libsandbox: fix x86 tracing when schizo is activev2.11Mike Frysinger2016-03-291-0/+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-163-42/+158
* 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
* 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
* libsandbox: new s390/s390x ptrace portMike Frysinger2015-12-202-0/+97
* libsandbox: improve sparc trace code a bit moreMike Frysinger2015-12-201-8/+26
* libsandbox: avoid mixing stderr & output pipesMike Frysinger2015-12-202-4/+4
* libsandbox: switch to PTRACE_O_TRACEEXECMike Frysinger2015-12-192-47/+29
* 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
* libsandbox: fix memory alignmentv2.10Mike Frysinger2015-12-191-3/+6
* libsandbox: do not unnecessarily dereference symlinksMike Frysinger2015-09-281-3/+12
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-201-0/+14
* libsandbox: fix process_vm_readv addresses/lengthsMike Frysinger2015-09-201-14/+14
* libsandbox: use memchr to speed up NUL byte searchMike Frysinger2015-09-201-3/+2
* libsandbox: rework abi syscall header generationMike Frysinger2015-09-202-7/+18
* libsandbox: work around process_vm_readv EFAULTsv2.8Mike Frysinger2015-09-201-2/+15
* libsandbox: improve debugging output a bitMike Frysinger2015-09-201-2/+4
* libsandbox: fix handling of dangling symlinksMike Frysinger2015-09-201-5/+18
* libsandbox: egetcwd: fix handling of NULL inputsMike Frysinger2015-09-201-4/+16
* libsandbox: avoid leaking memory when extracting stringsMike Frysinger2015-09-151-2/+3
* libsandbox: handle open's O_TMPFILE flagv2.7Mike Frysinger2015-09-111-1/+1
* libsandbox: fix building w/gcc-5Mike Frysinger2015-04-151-1/+1
* libsandbox: preserve more SANDBOX env varsMike Frysinger2013-02-233-132/+238
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-231-1/+2
* libsandbox: fix early var initMike Frysinger2013-02-241-8/+25
* add a new message env varMike Frysinger2013-02-241-0/+4
* libsandbox: handle ENOSYS w/process_vm_readvMike Frysinger2013-02-241-1/+6
* delete unused sandbox env varsMike Frysinger2013-02-241-3/+0
* environ: add a new is_env_var helper for checking var namesMike Frysinger2013-02-241-8/+8
* libsandbox: add some likely/unlikely settingsMike Frysinger2013-02-241-7/+5