aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libsbutil: avoid unnecessary use of libtoolMike Gilbert2025-01-191-1/+1
* tests: drop utimensat-3Mike Gilbert2025-01-132-18/+0
* tests: move scripts to EXTRA_DISTMike Gilbert2025-01-071-7/+5
* tests: rename testsuite.list.at to testsuite.listMike Gilbert2025-01-072-2/+2
* tests: fix testsuite generation for out-of-source buildMike Gilbert2025-01-071-4/+4
* Revert "tests: fix testsuite generation for out-of-source build"Mike Gilbert2025-01-071-1/+2
* tests: fix testsuite generation for out-of-source buildMike Gilbert2025-01-071-2/+1
* tests: replace _LARGEFILE64_SOURCE with _FILE_OFFSET_BITS=64Mike Gilbert2025-01-0616-156/+32
* Rework LFS handingMike Gilbert2025-01-0514-7/+20
* trace: wire up faccessat2Mike Gilbert2024-12-214-0/+11
* Fix handling of faccessat with AT_EMPTY_PATHMike Gilbert2024-12-213-1/+10
* tests: handle traps on NULL input for utimensatSam James2024-11-111-0/+5
* libsandbox: fix violations where ENOENT is expectedAliaksei Urbanski2024-06-271-0/+2
* tests: use explicit adddeny() calls in fchmod and fchown tests.Michael Orlitzky2023-07-012-2/+10
* 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 lutimes to symlink_funcMike Gilbert2023-06-132-0/+10
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2022-12-304-7/+7
* sandbox: change interface to make it easier to pass thruMike Frysinger2021-10-282-3/+14
* tests: fix lremovexattr typoMike Frysinger2021-10-231-2/+2
* libsandbox: add 64-bit time_t wrappersMike Frysinger2021-10-238-2/+29
* tests: fix handling of srcdir vs abs_srcdir for dist creationMike Frysinger2021-10-231-8/+12
* tests: merge into top level makefile tooMike Frysinger2021-10-233-134/+144
* tests: Add missing EXTRA_DIST for xattr-0Michał Górny2021-10-221-1/+2
* tests: add missing xattr-0 programMike Frysinger2021-10-221-0/+7
* libsandbox: add xattr wrappers #672566Mike Frysinger2021-10-2210-0/+111
* libsandbox: add renameat2 wrapperMike Frysinger2021-10-222-0/+23
* libsandbox: add renameat2 wrapperMike Frysinger2021-10-214-0/+34
* libsandbox: switch tracing from signal handler to waitpidMike Frysinger2021-10-211-1/+1
* switch to https:// URIs when possibleMike Frysinger2021-10-215-5/+5
* tests: add a convenience build targetMike Frysinger2021-10-211-0/+3
* tests: handle fd leakage from GNU make jobserversMike Frysinger2021-10-202-1/+22
* tests: add missing +x on scriptsMike Frysinger2021-10-182-0/+0
* Fix detecting libsigsegvMichał Górny2021-03-112-1/+3
* tests/script-16.sh: mark as passing only for native ABISergei Trofimovich2020-05-311-1/+2
* check_syscall(): turn internal sandbox violation into denywriteSergei Trofimovich2020-05-312-0/+12
* tests: disable utimensat-3 on *-linux-muslSergei Trofimovich2019-06-272-0/+12
* exec*() wrappers: never mutate 'environ' of host processSergei Trofimovich2019-01-084-0/+27
* tests: Add a test for LD_PRELOAD non-preserving (SANDBOX_ON=0)Michał Górny2018-02-192-0/+22
* libsandbox: Fix path matching not to dumbly match prefixesMichał Górny2017-10-032-0/+21
* libsandbox: do not abort with a long name to opendirMart Raudsepp2017-09-262-0/+8
* libsandbox: whitelist renameat/symlinkat as symlink funcsMike Frysinger2017-03-106-0/+46
* tests: make all shell scripts executableMike Frysinger2016-03-299-0/+0
* libsandbox: use ptrace on apps that interpose their own allocatorMike Frysinger2016-02-164-0/+52
* tests: add test for overriding mmapMike Frysinger2016-02-166-0/+56
* tests: check errno with more static testsMike Frysinger2015-12-203-3/+3
* libsandbox: do not unnecessarily dereference symlinksMike Frysinger2015-09-282-0/+31
* tests: add basic parsing of timespec fieldsMike Frysinger2015-09-283-2/+26
* tests: avoid overflowing exit codesMike Frysinger2015-09-201-1/+1
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-205-1/+74