aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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