aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* sb_exists: drop use of faccessatMike Gilbert2023-07-171-10/+0
* 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
* tests: use explicit adddeny() calls in fchmod and fchown tests.Michael Orlitzky2023-07-012-2/+10
* 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-225-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/+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