aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
authorIvan Gankevich <i.gankevich@spbu.ru>2021-07-14 14:57:14 +0300
committerArun Isaac <arunisaac@systemreboot.net>2021-07-16 10:02:08 +0530
commit68ce40cad7782e75d665283fbe67b330d9a6fdcd (patch)
tree288a177c89a77c0831363167a1e783f3710f2f3c /gnu/system/shadow.scm
parent556f027daae5bfd883ba2d96ad3b777381ad006d (diff)
downloadguix-68ce40cad7782e75d665283fbe67b330d9a6fdcd.tar.gz
guix-68ce40cad7782e75d665283fbe67b330d9a6fdcd.zip
gnu: Add blitz.
* gnu/packages/maths.scm (blitz): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
0200'>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