#pragma once #include "types.hh" #include "hash.hh" namespace nix { PathSet scanForReferences(const Path & path, const PathSet & refs, HashResult & hash); } rtcut icon' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
AgeCommit message (Expand)Author
2023-01-30linux-container: 'container-excursion' forks to join the PID namespace....Ludovic Courtès
2023-01-30container: Correctly report exit status....Ludovic Courtès
2022-09-24linux-container: Mark socket pair as SOCK_CLOEXEC....Ludovic Courtès
2022-09-20linux-container: 'container-excursion*' marks its FDs as FD_CLOEXEC....Ludovic Courtès
2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'....Ludovic Courtès
2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run....Ludovic Courtès
2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT....Ludovic Courtès
2022-01-05linux-container: Handle CLONE_NEWCGROUP and use it by default....Ryan Sundberg
2020-12-06Revert "linux-container: Correct test for unprivileged user namespace support."...Marius Bakke
2020-12-03linux-container: Correct test for unprivileged user namespace support....Paul Garlick
2020-10-01linux-container: Reset jailed root permissions....Jelle Licht
2020-09-10build: linux-container: Fix run-container....Mathieu Othacehe
2020-09-02linux-container: Do not jail the container unconditionally....Mathieu Othacehe