aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autogen.sh: sys-devel/autoconf-archive -> dev-build/autoconf-archiveHEADmasterSam James9 days1-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-081-1/+1
* src: fix -Wold-style-declarationSam James2023-08-081-2/+2
* libsbutil: fix -Wold-style-declarationSam James2023-08-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
* 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-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