index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
build
/
linux-container.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
build/syscalls: Introduce new safe-clone and use it.
Maxim Cournoyer
1
-94
/
+87
2025-10-29
linux-container: Inhibit GC thread creation in child.
W. Kosior
1
-0
/
+3
2025-10-29
Reinstate "linux-container: Remove #:lock-mounts? and related code."
Maxim Cournoyer
1
-37
/
+74
2025-10-13
linux-container: Remove #:lock-mounts? and related code.
Ludovic Courtès
1
-74
/
+37
2025-09-17
linux-container: Export ‘%writable-/tmp’ and use it.
Ludovic Courtès
1
-0
/
+11
2025-07-12
linux-container: Fix typo in docstring.
cdr-shdr-wdr
1
-1
/
+1
2025-05-05
linux-container: Lock mounts by default.
Ludovic Courtès
1
-37
/
+74
2025-05-05
linux-container: Set up “lo” and generate /etc/hosts by default.
Ludovic Courtès
1
-1
/
+24
2025-05-05
linux-container: Support having a read-only root file system.
Ludovic Courtès
1
-5
/
+33
2025-03-26
linux-container: ‘unprivileged-user-namespace-supported?’ returns #f on n...
Ludovic Courtès
1
-2
/
+2
2025-01-27
linux-container: Ignore EPERM when attempting to mount /sys.
Ludovic Courtès
1
-2
/
+8
2023-01-30
linux-container: 'container-excursion' forks to join the PID namespace.
Ludovic Courtès
1
-2
/
+11
2023-01-30
container: Correctly report exit status.
Ludovic Courtès
1
-2
/
+2
2022-09-24
linux-container: Mark socket pair as SOCK_CLOEXEC.
Ludovic Courtès
1
-1
/
+1
2022-09-20
linux-container: 'container-excursion*' marks its FDs as FD_CLOEXEC.
Ludovic Courtès
1
-1
/
+5
2022-05-01
linux-container: Add #:child-is-pid1? parameter to 'call-with-container'.
Ludovic Courtès
1
-1
/
+48
2022-05-01
linux-container: Ensure signal-handling asyncs get a chance to run.
Ludovic Courtès
1
-0
/
+9
2022-05-01
linux-container: 'call-with-container' relays SIGTERM and SIGINT.
Ludovic Courtès
1
-6
/
+14
2022-01-05
linux-container: Handle CLONE_NEWCGROUP and use it by default.
Ryan Sundberg
1
-1
/
+2
2020-12-06
Revert "linux-container: Correct test for unprivileged user namespace support."
Marius Bakke
1
-1
/
+1
2020-12-03
linux-container: Correct test for unprivileged user namespace support.
Paul Garlick
1
-1
/
+1
2020-10-01
linux-container: Reset jailed root permissions.
Jelle Licht
1
-1
/
+2
2020-09-10
build: linux-container: Fix run-container.
Mathieu Othacehe
1
-2
/
+2
2020-09-02
linux-container: Do not jail the container unconditionally.
Mathieu Othacehe
1
-1
/
+2
2019-09-12
linux-container: "run-container" scripts shows the container's PID.
Ludovic Courtès
1
-2
/
+5
2019-07-06
linux-container: Mount a new /dev/pts instance in the container.
Ludovic Courtès
1
-1
/
+6
2019-06-23
linux-container: Remove dependency on (guix utils).
Ludovic Courtès
1
-1
/
+15
2019-04-02
linux-container: Make the guest UID and GID a parameter.
Ludovic Courtès
1
-16
/
+32
2018-01-15
linux-container: Work around EBADF errors upon exit.
Ludovic Courtès
1
-4
/
+10
2017-10-11
file-systems: 'mount-file-system' now takes a <file-system> object.
Ludovic Courtès
1
-2
/
+1
2017-02-07
linux-container: Add 'container-excursion*'.
Ludovic Courtès
1
-1
/
+21
2017-02-06
linux-container: Add comment on exception handling.
Ludovic Courtès
1
-0
/
+2
2017-02-06
linux-container: Do not rely on 'isatty?'.
Ludovic Courtès
1
-5
/
+11
2016-11-10
container: Pass a list of <file-system> objects as things to mount.
Ludovic Courtès
1
-8
/
+11
2016-10-19
container: Allow 'container-excursion' to the same namespaces.
Ludovic Courtès
1
-9
/
+11
2016-05-31
container: Gracefully report mount errors in the child process.
Ludovic Courtès
1
-12
/
+30
2016-05-31
container: Gracefully handle failure to set up user namespaces.
Ludovic Courtès
1
-9
/
+12
2016-01-23
build: container: Make 'unprivileged-user-namespace-supported?' more robust.
Mark H Weaver
1
-1
/
+1
2015-11-03
build: container: Add feature test predicates.
David Thompson
1
-1
/
+21
2015-10-28
container: Remove unnecessary CLONE_CHILD_* flags.
Ludovic Courtès
1
-1
/
+1
2015-10-10
build: container: Fix call-with-clean-exit.
David Thompson
1
-1
/
+3
2015-09-07
build: container: Use the same clone flags as fork(3).
David Thompson
1
-1
/
+2
2015-09-07
build: container: Setup /dev/console.
David Thompson
1
-2
/
+13
2015-08-08
build: container: Add #:host-uids argument to call-with-container.
David Thompson
1
-19
/
+19
2015-07-09
gnu: build: Add Linux container module.
David Thompson
1
-0
/
+260