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/services | |
| 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/services')
| -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." | |||
| 4116 | (volume (@ (sgrp "users") | 4116 | (volume (@ (sgrp "users") |
| 4117 | (fstype "tmpfs") | 4117 | (fstype "tmpfs") |
| 4118 | (mountpoint "/run/user/%(USERUID)") | 4118 | (mountpoint "/run/user/%(USERUID)") |
| 4119 | (options "noexec,nosuid,nodev,size=1g,mode=0700,uid=%(USERUID),gid=%(USERGID)"))) | 4119 | (options "nosuid,nodev,size=1g,mode=0700,uid=%(USERUID),gid=%(USERGID)"))) |
| 4120 | (logout (@ (wait "0") | 4120 | (logout (@ (wait "0") |
| 4121 | (hup "0") | 4121 | (hup "0") |
| 4122 | (term "yes") | 4122 | (term "yes") |
