aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: reject "" paths with *at funcs before checking the dirfd [missing...Mike Frysinger2013-02-241-0/+34
* libsandbox: reject "" paths with *at funcs before checking the dirfdMike Frysinger2012-12-244-35/+16
* libsandbox: handle open(O_NOFOLLOW)Mike Frysinger2012-12-243-1/+3
* libsandbox: fall back to tracing set*id programsMike Frysinger2012-12-241-5/+18
* libsandbox: add x32 ABI supportv2.6Mike Frysinger2012-07-031-2/+2
* libsandbox: do not leak file handles from tracing checksMike Frysinger2012-06-231-3/+7
* significantly overhaul output helpersMike Frysinger2012-06-234-27/+18
* libsandbox: catch mktemp related funcsMike Frysinger2011-07-049-0/+89
* libsandbox: fix bug in previous dirfd unificationv2.4Mike Frysinger2010-11-233-3/+3
* libsandbox: handle dirfd in mkdir/open/unlink *at prechecksMike Frysinger2010-11-153-26/+68
* libsandbox: tempish mkdir hack for broken symlinksv2.3Mike Frysinger2010-08-161-1/+16
* libsandbox: catch calls to remove()Mike Frysinger2009-12-201-0/+12
* libsandbox: fix missing *at pre_checksMike Frysinger2009-08-251-0/+22
* libsandbox: add pre checks to static tracingMike Frysinger2009-06-0416-167/+193
* libsandbox: make sure fopen64 uses 64bit funcsMike Frysinger2009-06-022-1/+7
* libsandbox: force lock sanity across forksMike Frysinger2009-04-051-0/+24
* libsandbox: check binary we execute via $PATHMike Frysinger2009-04-051-5/+29
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-051-0/+1
* libsandbox: initial support for tracing of static binaries via ptrace()Mike Frysinger2009-03-181-48/+2
* libsandbox: shorten the sandbox wrapper func namesMike Frysinger2009-03-1839-39/+39
* libsandbox: add an eqawarn() funcMike Frysinger2009-03-181-21/+37
* libsandbox: unify getcwd wrapper with common wrappersMike Frysinger2009-03-122-28/+13
* libsandbox: add debug output for all wrapper early-checksMike Frysinger2009-03-125-6/+31
* libsandbox: handle unreadable dirs better as non-rootMike Frysinger2009-03-121-3/+6
* libsandbox: add more exec wrappersMike Frysinger2009-03-117-168/+321
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-111-4/+15
* libsandbox: improve static ELF noticeMike Frysinger2009-03-081-3/+23
* libsandbox: handle symlinks properlyMike Frysinger2009-03-0811-11/+11
* libsandbox: push errno save/restore down in openat()Mike Frysinger2009-03-072-10/+10
* libsandbox: unify openat and __wrapper_simpleMike Frysinger2009-02-202-35/+40
* libsandbox: unify creat/creat64 wrappersMike Frysinger2009-02-201-21/+3
* libsandbox: use sb_unwrapped_open() in creat wrapperMike Frysinger2009-02-201-5/+2
* libsandbox: add wrappers for _FORTIFY_SOURCE funcsv1.3.8Mike Frysinger2009-02-204-0/+75
* libsandbox: convert internal open func to sb_unwrapped_foo styleMike Frysinger2009-02-182-22/+39
* libsandbox: convert internal getcwd func to sb_unwrapped_foo styleMike Frysinger2009-02-181-8/+16
* libsandbox: create hidden targets for most functionsMike Frysinger2009-02-181-4/+13
* libsandbox: simplify WRAPPER_PRE_CHECKS() a bitMike Frysinger2009-02-184-10/+13
* libsandbox: tweak errno handling in fopen() wrapperMike Frysinger2009-02-181-2/+5
* libsandbox: update ENAMETOOLONG comments to match egetcwd() changesMike Frysinger2009-02-152-4/+2
* libsandbox: convert more code to stdbool to simplify thingsMike Frysinger2009-02-151-2/+2
* libsandbox: make sure all mknod symbols are wrappedMike Frysinger2009-02-151-0/+11
* libsandbox: use xxx_t types with __xmknodMike Frysinger2009-02-052-2/+2
* libsandbox: add _xmknod wrapper point for __xmknodMike Frysinger2009-02-051-0/+11
* libsandbox: optimize!Mike Frysinger2008-12-311-2/+3
* libsandbox: unify wrapper funcsMike Frysinger2008-12-3139-655/+246
* libsandbox: push STRING_NAME into libsandbox.hMike Frysinger2008-11-2936-38/+40
* libsandbox: implement initial dirfd parsing for *at functionsMike Frysinger2008-11-161-3/+3
* libsandbox/execve: fix crash with small filesMike Frysinger2008-11-161-0/+6
* fix up one more old style SB_EERRORMike Frysinger2008-11-161-2/+1
* libsandbox: detect static ELFs and warn when we try to execute themMike Frysinger2008-11-101-0/+49