guix_mirror_bot pushed a commit to branch master
in repository guix.
commit dbbdc41b0ce7c77cc7cdbe2636f99259941820a8
Author: Sergey Trofimov <[email protected]>
AuthorDate: Sat Jan 24 18:39:49 2026 +0100
system: pam: Replace deprecated setuid-program-service-type
* gnu/system/pam.scm (pam-root-service-type): Replace
setuid-program-service-type with privileged-...
Change-Id: I0a736cc49d8710d4b2b03d3e9761f9daed8b74b1
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/system/pam.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm
index 07b84b04ef..83cf74d58c 100644
--- a/gnu/system/pam.scm
+++ b/gnu/system/pam.scm
@@ -428,7 +428,7 @@ now use the <pam-extension> record~%"))
(service-type (name 'pam)
(extensions
(list (service-extension
- setuid-program-service-type
+ privileged-program-service-type
(lambda (_)
(list (file-like->setuid-program
(file-append linux-pam
"/sbin/unix_chkpwd")))))
@@ -456,5 +456,3 @@ all the PAM services."
(pam-configuration (services base)
(transformers transformers)
(shepherd-requirements shepherd-requirements))))
-
-