diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-12-23 22:26:06 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-01 02:52:22 +0100 |
| commit | 31d7f1f4314bef7c0078343ebf805dd410a7bbcf (patch) | |
| tree | a42173b66ffd9e01592d247d45684fbf4d2069c2 /gnu | |
| parent | 86f3e3bd9ba802ff973896fafa87d5448d70992e (diff) | |
services: greetd: Fix Signal.
* gnu/services/base.scm (%greetd-pam-mount-rules): Remove noexec.
Closes: guix/guix#5083
Change-Id: Iede81a8afecc8d7213e9eb101ac7eeec3bb9632b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 458515c4a15..0ccc6089771 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") |
