summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Try harder to evade --disable-usernsSimon McVittie2023-02-231-0/+9
* tests: Explicitly unshare userns when testing --disable-usernsSimon McVittie2023-02-231-3/+3
* test-run: Filter out no-new-privs in capsh outputSimon McVittie2023-01-041-2/+3
* Add --assert-userns-disabled optionSimon McVittie2023-01-031-0/+2
* Add an option to disable nested user namespaces by setting limit to 1Simon McVittie2023-01-031-1/+9
* test-run: Don't rely on df supporting the --output=size optionSimon McVittie2022-11-071-1/+6
* test-run: If bubblewrap is setuid, assert that --size is not allowedSimon McVittie2022-11-071-21/+28
* Merge pull request #509 from tomsmeding/tmpfs-sizeSimon McVittie2022-10-261-1/+58
|\
| * Tests for --size and --permsTom Smeding2022-10-261-1/+58
* | test-run: replace nonstandard `which`a13460542022-09-121-1/+1
* | Merge pull request #510 from smcv/etc-shadowSimon McVittie2022-07-261-1/+8
|\ \
| * | test-run: Add another assertion that we cannot read /etc/shadowSimon McVittie2022-05-111-0/+6
| * | test-run: Skip a test if we can read /etc/shadowSimon McVittie2022-05-111-1/+2
| |/
* | meson: Add options to set a RPATH/RUNPATH on the bwrap executableSimon McVittie2022-05-162-0/+27
|/
* Merge pull request #492 from smcv/mipsSimon McVittie2022-05-101-3/+3
|\
| * try-syscall: Use compiler-predefined macros to detect mips ABISimon McVittie2022-04-051-3/+3
* | Merge pull request #496 from smcv/missing-defSimon McVittie2022-05-101-0/+4
|\ \
| * | Allow building on old glibc without PR_SET_CHILD_SUBREAPER definedSimon McVittie2022-04-051-0/+4
| |/
* | tests: Disable leak detection when joining user-specified pid namespaceSimon McVittie2022-05-031-2/+1
* | tests: Disable sanitizers for try-syscallSimon McVittie2022-05-031-0/+1
|/
* tests: properly tag ok as being printf-likeMarc-Antoine Perennou2022-03-181-0/+2
* Disable test-specifying-pidns.sh under 'meson dist' while I investigateSimon McVittie2022-02-201-0/+2
* tests: Fix compiler warnings for unused argumentsSimon McVittie2022-02-201-2/+2
* meson: Run test scripts from $srcdirSimon McVittie2022-02-201-2/+2
* meson: Make G_TEST_SRCDIR, G_TEST_BUILDDIR match AutotoolsSimon McVittie2022-02-201-2/+2
* meson: Run the Python test script with Python, not bashSimon McVittie2022-02-201-2/+8
* meson: Build the try-syscall helperSimon McVittie2022-02-191-0/+5
* meson: Build tests with equivalent of -I$(top_srcdir) -I$(top_builddir)Simon McVittie2022-02-191-0/+1
* Add a Meson build systemSimon McVittie2022-02-186-0/+85
* tests: Exercise seccomp filtersSimon McVittie2022-01-312-0/+811
* Fix spellinga13460542021-10-141-1/+1
* bash: Fix shellcheck warningsa13460542021-10-143-14/+14
* bash: Invoke bash using /usr/bin/enva13460542021-10-143-3/+3
* Add SPDX-License-Identifier for files that already specify licenseSimon McVittie2021-08-311-0/+1
* tests: Use preferred spelling for SPDX license identifiersSimon McVittie2021-08-312-2/+2
* tests: Split out tests involving fifos and sharing namespacesSimon McVittie2021-06-283-36/+56
* tests: Use $() in preference to backquotesSimon McVittie2021-06-281-1/+1
* tests: Remove a useless use of catSimon McVittie2021-06-281-1/+1
* tests: Really clean up test temporary directorySimon McVittie2021-06-281-2/+2
* libtest: Add directive and 'set -e' for better shellcheck diagnosticsSimon McVittie2021-06-281-0/+4
* tests: Remove unnecessary nestingSimon McVittie2021-06-281-2/+1
* tests: Quote more defensivelySimon McVittie2021-06-282-11/+11
* Extract some common test setup into libtest.shSimon McVittie2021-06-282-72/+73
* tests: Don't corrupt TAP outputSimon McVittie2021-06-281-6/+6
* Merge pull request #404 from smcv/utils-unit-testColin Walters2021-06-231-0/+213
|\
| * Add a simple unit test for utility codeSimon McVittie2021-06-231-0/+213
* | Add --clearenv optionSimon McVittie2021-06-221-0/+3
* | test-run: Test --setenv, --unsetenvSimon McVittie2021-06-221-1/+10
|/
* Merge pull request #433 from smcv/libtest-coreColin Walters2021-06-223-13/+68
|\
| * libtest-core: Mention bubblewrap as a user of this fileSimon McVittie2021-06-181-0/+1