guix/tests
Ludovic Courtès edc799dabf
environment, home: Make /tmp writable.
Fixes <https://issues.guix.gnu.org/78272>.

Fixes a bug caused by commit ce363c1dc7,
which inadvertently made /tmp read-only as well.

* guix/scripts/environment.scm (launch-environment/container)[tmpfs]:
New variable.
Add it to ‘file-systems’.
* guix/scripts/home.scm (spawn-home-container): Add /tmp file system
to #:mounts.
* tests/guix-environment-container.sh: Add test.

Reported-by: Tomas Volf <~@wolfsden.cz>
Change-Id: I5cb449e6d0c213d4b5866cbcbd14990437a7d4c5
2025-05-06 12:22:34 +02:00
..
keys
machine machine: hetzner: Allow attaching existing public IPs. 2025-04-21 23:55:50 +02:00
services
accounts.scm accounts: Add /etc/subid and /etc/subgid allocation logic. 2024-12-18 18:32:40 +01:00
base16.scm
base32.scm
base64.scm
boot-parameters.scm
bournish.scm
build-emacs-utils.scm
build-utils.scm build: utils: Raise error in modify-phases upon missing key. 2024-08-31 10:42:06 +02:00
builders.scm
cache.scm
challenge.scm
channels.scm channels: Adjust tests for new #:verify-certificate? parameter. 2024-12-30 11:01:54 +01:00
combinators.scm
composer.scm
containers.scm linux-container: Lock mounts by default. 2025-05-05 14:34:00 +02:00
cpan.scm
cpio.scm
cran.scm
crate.scm tests: crate: Add build dependency. 2025-02-09 18:20:41 +01:00
cve-sample.json
cve.scm
debug-link.scm
derivations.scm tests: Add missing derivation inputs. 2025-03-26 17:57:44 +01:00
discovery.scm
egg.scm
elm.scm tests: Adjust ‘elm’ importer test to expect inputs without labels. 2024-09-17 17:34:58 +02:00
elpa.scm
file-systems.scm
gem.scm refresh: Add support for partial target versions. 2025-02-28 13:36:44 +09:00
gexp.scm gexp: ‘local-file’ expands its argument only once. 2025-04-06 11:23:07 +02:00
git-authenticate.scm
git.scm
glob.scm
gnu-maintenance.scm refresh: Add support for partial target versions. 2025-02-28 13:36:44 +09:00
go.scm tests: Fix the 'go-module->guix-package' test. 2024-11-17 20:32:50 +09:00
grafts.scm
graph.scm
gremlin.scm tests: Fix gremlin.scm for GCC 14 2024-11-12 23:40:39 +01:00
guix-archive.sh
guix-authenticate.sh
guix-build-branch.sh
guix-build.sh tests: Update ‘guix build -P1’ test. 2025-04-15 10:21:01 +02:00
guix-daemon.sh
guix-describe.sh
guix-download.sh
guix-environment-container.sh environment, home: Make /tmp writable. 2025-05-06 12:22:34 +02:00
guix-environment.sh
guix-gc.sh
guix-git-authenticate.sh
guix-graph.sh
guix-hash.sh
guix-home.sh guix home: ‘container’ provides a read-only root file system. 2025-05-05 14:33:59 +02:00
guix-lint.sh
guix-locate.sh
guix-pack-localstatedir.sh
guix-pack-relocatable.sh
guix-pack.sh
guix-package-aliases.sh
guix-package-net.sh
guix-package.sh tests: guix-package: Fix guix package --search test. 2024-12-14 00:34:28 +01:00
guix-refresh.sh upstream: Do not update to same version. 2025-04-27 13:01:48 +01:00
guix-repl.sh
guix-shell-export-manifest.sh tests: guix-shell-export-manifest: Fix pyproject-build-system python test. 2024-12-14 01:28:49 +01:00
guix-shell.sh
guix-style.sh scripts: style: Sort more kinds of package definitions. 2025-02-09 18:20:41 +01:00
guix-system.sh
guix-time-machine.sh
hackage.scm
hexpm.scm
home-import.scm home: Define ‘%base-home-services’. 2025-01-16 22:32:11 +01:00
home-services.scm
http-client.scm
import-git.scm refresh: Add support for partial target versions. 2025-02-28 13:36:44 +09:00
import-github.scm
import-utils.scm import/utils: beautify-description: Validate argument. 2025-04-15 10:21:33 +02:00
inferior.scm
ipfs.scm
lint.scm lint: Adjust ‘check-inputs-should-not-be-an-input-at-all’ tests for Python. 2025-01-24 23:36:04 +01:00
minetest.scm
modules.scm build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules. 2024-08-31 10:42:16 +02:00
monads.scm gexp: ‘with-parameters’ properly handles ‘%graft?’. 2025-03-05 00:28:49 +01:00
nar.scm
networking.scm
npm-binary.scm import: npm-binary: Handle vector of licenses. 2025-04-13 14:19:43 +02:00
offload.scm
opam.scm
openpgp.scm
pack.scm tests: pack: Improve AppImage tests. 2025-01-24 23:52:49 +01:00
packages.scm tests: Add missing derivation inputs. 2025-03-26 17:57:44 +01:00
pki.scm
print.scm tests: Make ‘tests/print.scm’ deterministic. 2024-09-28 00:20:18 +02:00
processes.scm tests: Run in a chroot and unprivileged user namespaces. 2025-03-26 17:57:44 +01:00
profiles.scm profiles: Use C.UTF-8 instead of ‘glibc-utf8-locales’ where possible. 2024-08-31 10:42:49 +02:00
publish.scm tests: publish: Constrain guix-publish thread use. 2025-03-03 20:14:56 +00:00
pypi.scm import: pypi: Adjust test to new setuptools and wheel requirements. 2024-12-30 11:01:54 +01:00
read-print.scm read-print: Adjust test for keyword alignment. 2025-02-24 23:33:51 +01:00
records.scm
rpm.scm
scripts.scm
search-paths.scm
services.scm services: ‘shepherd-service-upgrade’ handles canonical name changes. 2025-03-05 00:28:49 +01:00
sets.scm
size.scm
status.scm
store-database.scm
store-deadlock.scm daemon: Explicitly unlock output path in the has-become-valid case. 2024-12-30 00:51:57 +01:00
store-deduplication.scm
store-roots.scm
store.scm daemon: Use the guest GID in /etc/group. 2025-04-25 20:25:54 +02:00
style.scm
substitute.scm
swh.scm
syscalls.scm syscalls: Add ‘unshare’. 2025-04-20 18:50:51 +02:00
system.scm
test.drv
texlive.scm guix: texlive importer: Adjust version for meta packages. 2025-05-06 11:25:06 +02:00
toml.scm guix: toml: Fix evaluation of empty inline tables. 2025-01-20 21:37:36 +01:00
transformations.scm transformations: Git source transformations honour RECURSIVE?. 2025-05-05 12:15:47 +02:00
ui.scm
union.scm
upstream.scm upstream: Define ‘preferred-upstream-source’. 2025-01-08 23:03:04 +01:00
utils.scm
uuid.scm
workers.scm