From e0e64be8de3d220a12612b3a2e4aee428277d865 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Oct 2025 10:39:21 +0200 Subject: linux-container: Remove #:lock-mounts? and related code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commits 437bb9ece55f37d4b5a62cafc98c0c3b848a53ce and a57ed987ffd1452ba5a4d70feb54893e99b8e076, which were reported in guix/guix#1169 to occasionally cause errors like: guix shell: error: unshare : 268566528: Invalid argument --- gnu/system/linux-container.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/system') diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index d16d1e78b56..9bcdf24a7e0 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -317,10 +317,6 @@ Run the container with the given options.")) #:namespaces (if #$shared-network? (delq 'net %namespaces) %namespaces) - - ;; XXX: Work around . - #:lock-mounts? #f - #:writable-root? #t #:process-spawned-hook explain))))) -- cgit v1.3