summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v2.34v2.34Mike Gilbert2023-07-011-1/+1
* tests: use explicit adddeny() calls in fchmod and fchown tests.Michael Orlitzky2023-07-012-2/+10
* v2.33v2.33Mike Gilbert2023-06-301-1/+1
* CI: clean up glibc jobMike Gilbert2023-06-231-29/+3
* CI: add musl configMike Gilbert2023-06-231-1/+20
* configure: update libc grep expressionMike Gilbert2023-06-231-1/+1
* libsandbox: wrap musl time64 functionsMike Gilbert2023-06-235-0/+8
* tests: add more tests to make sure fchown/fchmod are handled correctly.Michael Orlitzky2023-06-224-0/+24
* tests: add test case for fchown/fchmod with O_RDONLY.Michael Orlitzky2023-06-227-0/+101
* libsandbox: add support for fchown/fchmod on linuxMichael Orlitzky2023-06-226-0/+62
* v2.32v2.32Mike Gilbert2023-06-211-1/+1
* libsbutil: add sb_exists functionMike Gilbert2023-06-216-3/+29
* v2.31v2.31Mike Gilbert2023-06-131-1/+1
* libsandbox: add lutimes to symlink_funcMike Gilbert2023-06-133-0/+11
* build: Fix libc path configure test for moldJames Le Cuirot2023-05-121-10/+5
* CI: add Github ActionsSam James2023-01-061-0/+58
* v2.30v2.30Mike Gilbert2022-12-301-1/+1
* Update ax_compiler_vendor.m4Mike Gilbert2022-12-301-5/+7
* libsandbox: reduce & inline the __64_{pre,post}.h headersMike Frysinger2022-12-3014-41/+17
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2022-12-3013-40/+47
* libsandbox/libsbutil: use faccessat for file-existence testsMike Frysinger2022-12-303-27/+5
* build: slim down autoconf-archive macro searchMike Frysinger2022-12-3018-2137/+10
* 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