aboutsummaryrefslogtreecommitdiff
path: root/tests/import-git.scm
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-17 22:40:43 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-20 22:43:43 +0300
commitd7bd22a4863214fd1df427bbebd1859eddd71f9b (patch)
tree623b58ba0773122c4563f1fa3a729f6f49a9ea81 /tests/import-git.scm
parente518d2f8546a5dfde8d4644e3e9c55ac358efab7 (diff)
downloadguix-d7bd22a4863214fd1df427bbebd1859eddd71f9b.tar.gz
guix-d7bd22a4863214fd1df427bbebd1859eddd71f9b.zip
gnu: yggdrasil: Update to 0.5.11.
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.11. [propagated-inputs]: Add go-suah-dev-protect. Change-Id: I9a7bfcfb66e76fca18a0cec5ac447d7e3900227f
Diffstat (limited to 'tests/import-git.scm')
0 files changed, 0 insertions, 0 deletions
'>2020-10-01linux-container: Reset jailed root permissions....* gnu/build/linux-container.scm (mount-file-systems): Add 'chmod' call. * tests/containers.scm ("call-with-container, mnt namespace, root permissions"): New test. Jelle Licht 2020-09-10build: linux-container: Fix run-container....This is a follow-up of 5316dfc0f125b658e4a2acf7f00f49501663d943. Some users of run-container may expect that the container is jailed, even if there are no mounts. This is the case for some Guix tests. * gnu/build/linux-container.scm (run-container): Do not jail the container when the requested root is "/". Mathieu Othacehe 2020-09-02linux-container: Do not jail the container unconditionally....We may want to run a container inside the MNT namespace, without jailing the container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the container. * gnu/build/linux-container.scm (run-container): Do not call MOUNT-FILE-SYSTEMS if MOUNTS list is empty. Mathieu Othacehe