~ruther/guix-local

cbc35fd9aa08a6da9df1ce8463779ad7decaf12a — Maxim Cournoyer 4 months ago 1eccea7
system: Reinstate lock mounts in `container-script'.

This issue should now be resolved, with a test guarding it from re-appearing.

* gnu/system/linux-container.scm (container-script) [#:lock-mounts]: Delete
argument.

Change-Id: I93e94a0ee349c53967275b82e1a9a5bcc8e8f65c
1 files changed, 0 insertions(+), 4 deletions(-)

M gnu/system/linux-container.scm
M gnu/system/linux-container.scm => gnu/system/linux-container.scm +0 -4
@@ 317,10 317,6 @@ Run the container with the given options."))
                #:namespaces (if #$shared-network?
                                 (delq 'net %namespaces)
                                 %namespaces)

                ;; XXX: Work around <https://issues.guix.gnu.org/78356>.
                #:lock-mounts? #f

                #:writable-root? #t
                #:process-spawned-hook explain)))))