about summary refs log tree commit diff
path: root/tests/linux-sandbox.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-05-12 build: add test for sandboxed --checkDaiderd Jordan1-0/+3
2018-01-13 Fix tests using user namespaces on kernels that don't have itTuomas Tynkkynen1-1/+1
Disable various tests if the kernel doesn't support unprivileged user namespaces (e.g. Arch Linux disables them) or disable them via a sysctl (Debian, Ubuntu). Fixes #1521 Fixes #1625
2017-11-20 Test: Replace --option with the corresponding flagEelco Dolstra1-1/+1
2017-10-24 Allow shorter syntax for chroot storesEelco Dolstra1-1/+1
You can now say '--store /tmp/nix' instead of '--store local?root=/tmp/nix'.
2017-08-31 Rename a few configuration optionsEelco Dolstra1-1/+1
In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox
2017-05-08 Linux sandbox: Fix compatibility with older kernelsEelco Dolstra1-1/+1
2017-05-02 Add a test for diverted storesEelco Dolstra1-0/+27