mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
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 <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
a5ba90028b
commit
dbbdc41b0c
@@ -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))))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user