GNU bug report logs - #73494
[PATCH 0/2] tmpfs /run.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Thu, 26 Sep 2024 07:03:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 73494 <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [bug#73494] mixup with tmpfs /run patch?
Date: Wed, 05 Mar 2025 00:57:38 -0800
[Message part 1 (text/plain, inline)]
I noticed the commit:

e88018be70ffb8ea35819a4c95d44ec20868ca59
file-systems: %base-file-systems: Add tmpfs /run.

Which was then reverted:

2bb8ecbfbf20efb126670ec92a7cdd88a4805902
Revert "file-systems: %base-file-systems: Add tmpfs /run."

...strangely the patch contained no-suid flags, even though the original
patch submitted intentionally did not have this and was explicitly
mentioned, as it breaks e.g. /run/privleged-programs/bin/sudo ...

+(define %runtime-variable-data
+  (file-system
+    (type "tmpfs")
+    (mount-point "/run")
+    (device "tmpfs")
+    (flags '(no-suid no-dev strict-atime))
              ^^^^^^^

It might be worth re-testing with the no-suid part removed as originally
intended, as it might be breaking other things too... (e.g. if a service
relies on setuid bits or something?)


I looked forward to tmpfs /run that works! :)


live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.