aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGSEGV in gtest death tests due to small stackSv. Lockal2024-01-271-5/+29
* libsandbox: stat the original path for EEXIST hackaroundMike Gilbert2024-01-081-1/+1
* egetcwd: fix some edge casesOskari Pirhonen2023-08-081-5/+5
* resolve_dirfd_path: use separate buffer for readlinkMike Gilbert2023-08-051-4/+5
* erealpath: use separate buffer for readlinkMike Gilbert2023-08-051-2/+4
* erealpath: leave space for a trailing '\0' in readlink's bufferMike Gilbert2023-08-051-1/+1
* erealpath: drop unused path_max variableMike Gilbert2023-08-051-17/+9
* Rename multiple personalities featureSam James2023-08-056-16/+16
* libsbutil: add sbio_faccessat and use it in sb_existsMike Gilbert2023-08-032-0/+3
* libsandbox: skip checking access() without W_OK or R_OK modeMike Gilbert2023-08-031-1/+4
* libsandbox: always permit access to '/memfd:'Mike Gilbert2023-07-311-0/+6
* libsandbox/trace: cast NT_ARM_SYSTEM_CALL to avoid warningsMike Gilbert2023-07-101-2/+2
* libsandbox/trace: fix syscall cancellation on arm64Mike Gilbert2023-07-071-1/+20
* libsandbox: wrap musl time64 functionsMike Gilbert2023-06-225-0/+8
* libsandbox: add support for fchown/fchmod on linuxMichael Orlitzky2023-06-226-0/+61
* libsbutil: add sb_exists functionMike Gilbert2023-06-212-2/+2
* libsandbox: add lutimes to symlink_funcMike Gilbert2023-06-121-0/+1
* 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-055-17/+17
* libsandbox/libsbutil: use faccessat for file-existence testsMike Frysinger2021-11-052-14/+4
* 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
* libsandbox: add YAMA checks and skip ptrace when activev3.1Mike Frysinger2021-11-031-0/+38
* libsandbox: merge sandbox settings from tracee end when execingv3.0Mike Frysinger2021-11-021-0/+33
* libsandbox: fix ptracing childrenMike Frysinger2021-11-021-8/+65
* 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
* libsandbox: hoist the *at pre-check functions up a levelMike Frysinger2021-10-288-36/+42
* build: create libsandbox for trace_syscalls.h tooMike Frysinger2021-10-281-0/+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-252-0/+26
* libsandbox: add sparc personality supportMike Frysinger2021-10-241-0/+70
* libsandbox: port ptrace to sparc64 & re-enable for sparcMike Frysinger2021-10-241-7/+11
* libsandbox: extend symbols format to specify diff syscall nameMike Frysinger2021-10-232-5/+11
* libsandbox: tweak how undefined symbols are declaredMike Frysinger2021-10-233-6/+10
* libsandbox: move symbols.h.in parsing to scriptsMike Frysinger2021-10-231-2/+1
* libsandbox: add 64-bit time_t wrappersMike Frysinger2021-10-2311-5/+85
* libsandbox: fix flags extraction for a few syscallsMike Frysinger2021-10-231-7/+14
* build: hoist -Itop_srcdir to common AM_CPPFLAGSMike Frysinger2021-10-231-1/+0
* libsandbox: only lookup syscall number on entryMike Frysinger2021-10-231-4/+6
* libsandbox: regen trace headers when symbols header changesMike Frysinger2021-10-231-2/+2
* Revert "Remove leftover generated Makefiles from the repo (sic!)"Mike Frysinger2021-10-221-0/+4
* libsandbox: fix ppc ptrace return value settingMike Frysinger2021-10-221-2/+8
* Remove leftover generated Makefiles from the repo (sic!)Michał Górny2021-10-221-4/+0
* libsandbox: drop old *.py[co] hack #775416Mike Frysinger2021-10-221-14/+0
* libsandbox: add xattr wrappers #672566Mike Frysinger2021-10-226-9/+63
* libsandbox: use wide readelf outputMike Frysinger2021-10-221-2/+2
* libsandbox: add renameat2 wrapperMike Frysinger2021-10-214-0/+16