aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: add support for fchown/fchmod on linuxMichael Orlitzky2023-06-226-0/+61
* libsbutil: add sb_exists functionMike Gilbert2023-06-216-3/+29
* libsandbox: add lutimes to symlink_funcMike Gilbert2023-06-123-0/+11
* build: Fix libc path configure test for moldJames Le Cuirot2023-02-161-10/+5
* CI: add Github ActionsSam James2023-01-061-0/+58
* Update ax_compiler_vendor.m4Mike Gilbert2022-12-301-5/+7
* libsandbox: reduce & inline the __64_{pre,post}.h headersMike Frysinger2021-11-0514-41/+17
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2021-11-0514-41/+48
* build: require at least a C99 compilerMike Frysinger2021-11-051-1/+2
* build: slim down autoconf-archive macro searchMike Frysinger2021-11-0518-2137/+10
* build: drop support for ancient C library versionsMike Frysinger2021-11-052-23/+2
* sandbox: move xasprintf helper hereMike Frysinger2021-11-052-9/+16
* libsandbox/libsbutil: use faccessat for file-existence testsMike Frysinger2021-11-053-27/+5
* Revert "Force sandbox-internal functions to use 64bit file interface"Mike Frysinger2021-11-051-1/+0
* bashrc: setup T & HOME variablesMike Frysinger2021-11-051-1/+5
* sandbox: move verbose startup info behind debug knobMike Frysinger2021-11-051-8/+8
* sandbox: add --debug option to control SANDBOX_DEBUGMike Frysinger2021-11-053-2/+15
* bashrc: clarify default prompt behaviorMike Frysinger2021-11-051-1/+1
* sandbox: restore SANDBOX_INTRACTV variableMike Frysinger2021-11-054-3/+9
* Force sandbox-internal functions to use 64bit file interfaceAndreas K. Hüttel2021-11-031-0/+1
* tests: skip static children tests when YAMA ptrace_scope is enabledMike Frysinger2021-11-033-1/+19
* libsandbox: refine yama check to abort on level 3+Mike Frysinger2021-11-031-9/+21
* libsandbox: tweak label/decl code for some compiler settingsMike Frysinger2021-11-031-1/+3
* bump to sandbox-3.2Mike Frysinger2021-11-031-1/+1
* libsandbox: add YAMA checks and skip ptrace when activev3.1Mike Frysinger2021-11-031-0/+38
* libsbutil: drop fsync when loggingMike Frysinger2021-11-031-1/+0
* sandbox: fix passing of config env vars downMike Frysinger2021-11-031-1/+1
* bump to sandbox-3.1Mike Frysinger2021-11-021-1/+1
* libsandbox: merge sandbox settings from tracee end when execingv3.0Mike Frysinger2021-11-022-2/+33
* libsandbox: fix ptracing childrenMike Frysinger2021-11-028-9/+131
* bump to sandbox-3.0Mike Frysinger2021-11-021-1/+1
* 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