summaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
Commit message (Expand)AuthorAgeFilesLines
* Revert "linux-container: Correct test for unprivileged user namespace support."...Marius Bakke2020-12-061-1/+1
* linux-container: Correct test for unprivileged user namespace support....Paul Garlick2020-12-031-1/+1
* linux-container: Reset jailed root permissions....Jelle Licht2020-10-011-1/+2
* build: linux-container: Fix run-container....Mathieu Othacehe2020-09-101-2/+2
* linux-container: Do not jail the container unconditionally....Mathieu Othacehe2020-09-021-1/+2
* linux-container: "run-container" scripts shows the container's PID....Ludovic Courtès2019-09-121-2/+5
* linux-container: Mount a new /dev/pts instance in the container....Ludovic Courtès2019-07-061-1/+6
* linux-container: Remove dependency on (guix utils)....Ludovic Courtès2019-06-231-1/+15
* linux-container: Make the guest UID and GID a parameter....Ludovic Courtès2019-04-021-16/+32
* linux-container: Work around EBADF errors upon exit....Ludovic Courtès2018-01-151-4/+10
* file-systems: 'mount-file-system' now takes a <file-system> object....Ludovic Courtès2017-10-111-2/+1
* linux-container: Add 'container-excursion*'....Ludovic Courtès2017-02-071-1/+21
* linux-container: Add comment on exception handling....Ludovic Courtès2017-02-061-0/+2
* linux-container: Do not rely on 'isatty?'....Ludovic Courtès2017-02-061-5/+11
* container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès2016-11-101-8/+11
* container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès2016-10-191-9/+11
* container: Gracefully report mount errors in the child process....Ludovic Courtès2016-05-311-12/+30
* container: Gracefully handle failure to set up user namespaces....Ludovic Courtès2016-05-311-9/+12
* build: container: Make 'unprivileged-user-namespace-supported?' more robust....Mark H Weaver2016-01-231-1/+1
* build: container: Add feature test predicates....David Thompson2015-11-031-1/+21
* container: Remove unnecessary CLONE_CHILD_* flags....Ludovic Courtès2015-10-281-1/+1
* build: container: Fix call-with-clean-exit....David Thompson2015-10-101-1/+3
* build: container: Use the same clone flags as fork(3)....David Thompson2015-09-071-1/+2
* build: container: Setup /dev/console....David Thompson2015-09-071-2/+13
* build: container: Add #:host-uids argument to call-with-container....David Thompson2015-08-081-19/+19
* gnu: build: Add Linux container module....David Thompson2015-07-091-0/+260