mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: greetd: Fix Signal.
* gnu/services/base.scm (%greetd-pam-mount-rules): Remove noexec. Closes: guix/guix#5083 Change-Id: Iede81a8afecc8d7213e9eb101ac7eeec3bb9632b
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user