This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 31d7f1f431 services: greetd: Fix Signal.
31d7f1f431 is described below
commit 31d7f1f4314bef7c0078343ebf805dd410a7bbcf
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Tue Dec 23 22:26:06 2025 +0100
services: greetd: Fix Signal.
* gnu/services/base.scm (%greetd-pam-mount-rules): Remove noexec.
Closes: guix/guix#5083
Change-Id: Iede81a8afecc8d7213e9eb101ac7eeec3bb9632b
---
gnu/services/base.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 458515c4a1..0ccc608977 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -4116,7 +4116,7 @@ to handle."
(volume (@ (sgrp "users")
(fstype "tmpfs")
(mountpoint "/run/user/%(USERUID)")
- (options
"noexec,nosuid,nodev,size=1g,mode=0700,uid=%(USERUID),gid=%(USERGID)")))
+ (options
"nosuid,nodev,size=1g,mode=0700,uid=%(USERUID),gid=%(USERGID)")))
(logout (@ (wait "0")
(hup "0")
(term "yes")