aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: fix violations where ENOENT is expectedstable-2.xAliaksei Urbanski2024-06-272-3/+7
* autogen.sh: sys-devel/autoconf-archive -> dev-build/autoconf-archiveSam James2024-06-271-1/+1
* 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-221-1/+1
* v2.38v2.38Mike Gilbert2023-08-051-1/+1
* 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
* sandbox: do not compare array to NULLgto20232023-08-051-1/+1
* sandbox: prevent possible use of uninitialized members of sandbox_info structgto20232023-08-051-1/+1
* configure.ac: fix whitespaceSam James2023-08-051-2/+2
* configure.ac: cleanup error messagesSam James2023-08-051-5/+5
* Rename multiple personalities featureSam James2023-08-058-44/+44
* libsbutil: add sbio_faccessat and use it in sb_existsMike Gilbert2023-08-035-0/+15
* libsandbox: skip checking access() without W_OK or R_OK modeMike Gilbert2023-08-031-1/+4
* libsandbox: always permit access to '/memfd:'Mike Gilbert2023-08-011-0/+6
* v2.37v2.37Mike Gilbert2023-07-171-1/+1
* sb_exists: drop use of faccessatMike Gilbert2023-07-171-10/+0
* v2.36v2.36Mike Gilbert2023-07-101-1/+1
* libsandbox/trace: cast NT_ARM_SYSTEM_CALL to avoid warningsMike Gilbert2023-07-101-2/+2
* v2.35v2.35Mike Gilbert2023-07-071-1/+1
* libsandbox/trace: fix syscall cancellation on arm64Mike Gilbert2023-07-071-1/+20
* 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