guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63652] [PATCH] services: screen-locker-service-type: Configurable P


From: Jonathan Brielmaier
Subject: [bug#63652] [PATCH] services: screen-locker-service-type: Configurable PAM and setuid.
Date: Sun, 28 May 2023 14:21:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1

Hi muradm,

thanks for the patch, it sounds like a good idea to get swaylock working
again :)

https://issues.guix.gnu.org/63652#0-lineno47
While [the] default behaviour

I find the service definition a bit hard to read. I would recommend
something like:

(service screen-locker-service-type
  (screen-locker-configuration
    (name "swaylock")
    (path (file-append xlockmore "/bin/xlock"))
    (allow-empty-password? #f)
    (using-pam? #t)
    (using-setuid? #f)))

~Jonathan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]