summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-13 10:39:21 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-13 14:48:26 +0200
commite0e64be8de3d220a12612b3a2e4aee428277d865 (patch)
treed55858b5e6ebd050907c1f51188d7575b9e0048e /gnu/system
parent73cbebfaede2d31e22a6e75d395c37768d6382d1 (diff)
linux-container: Remove #:lock-mounts? and related code.
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
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/linux-container.scm4
1 files changed, 0 insertions, 4 deletions
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 <https://issues.guix.gnu.org/78356>.
- #:lock-mounts? #f
-
#:writable-root? #t
#:process-spawned-hook explain)))))