aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: fix violations where ENOENT is expectedHEADmasterAliaksei 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-122-0/+10
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2021-11-054-7/+7
* tests: skip static children tests when YAMA ptrace_scope is enabledMike Frysinger2021-11-033-1/+19
* libsandbox: fix ptracing childrenMike Frysinger2021-11-025-1/+56
* 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
* libsandbox: fix handling of dangling symlinksMike Frysinger2015-09-203-0/+46
* tests: add dynamic/static categoriesMike Frysinger2015-09-111-0/+4
* tests: make sure we ignore stty exit statusMike Frysinger2015-09-111-1/+4
* sandbox: use a non-shell var for the message pathMike Frysinger2013-03-031-1/+1
* libsandbox: preserve more SANDBOX env varsMike Frysinger2013-02-234-2/+24
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-235-0/+121
* add a new message env varMike Frysinger2013-02-241-0/+1
* libsandbox: reject "" paths with *at funcs before checking the dirfdMike Frysinger2012-12-246-0/+26
* libsandbox: handle open(O_NOFOLLOW)Mike Frysinger2012-12-242-0/+11
* tests: expand usage stringsMike Frysinger2012-12-2429-36/+70