aboutsummaryrefslogtreecommitdiff
path: root/etc/hurd-manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/hurd-manifest.scm')
0 files changed, 0 insertions, 0 deletions
un-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