aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libsandbox: add renameat2 wrapperMike Frysinger2021-10-214-0/+16
* libsandbox: enable exitkill containmentv2.26Mike Frysinger2021-10-211-1/+6
* libsandbox: switch tracing from signal handler to waitpidMike Frysinger2021-10-211-68/+58
* libsandbox: tweak const markings on env varsMike Frysinger2021-10-211-1/+1
* switch to https:// URIs when possibleMike Frysinger2021-10-211-1/+1
* build: create libsandbox dir before writing filesMike Frysinger2021-10-211-0/+4
* delete redundant headers.h stubMike Frysinger2021-10-212-2/+0
* tests: add a convenience build targetMike Frysinger2021-10-211-1/+1
* build: flatten build a bit to avoid (most) recursive makeMike Frysinger2021-10-212-38/+47
* libsandbox: drop redundant regs ptrace lookupMike Frysinger2021-10-201-2/+1
* libsandbox: fix incorrect indentationMike Frysinger2021-10-181-8/+9
* libsandbox: add SANDBOX_METHOD settingMike Frysinger2021-10-183-0/+15
* libsandbox: add array bounds to times related funcsMike Frysinger2021-10-164-4/+4
* libsandbox: adjust hard-coded denial for /var/log/sandboxMike Gilbert2021-09-071-9/+9
* libsandbox: fix error handling of absolute_path() in check_syscall()Sergei Trofimovich2021-04-021-1/+4
* libsandbox: try harder not to regenerate environmentSergei Trofimovich2021-03-131-0/+9
* libsandbox: implement vfork() via fork()Sergei Trofimovich2021-03-112-0/+29
* check_syscall(): turn internal sandbox violation into denywriteSergei Trofimovich2020-05-311-0/+9
* libsandbox/libsandbox.c: add errno output for internal sandbox violationsSergei Trofimovich2020-05-311-2/+8
* 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