mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
system: Add default PAM entries for xlock and xscreensaver.
* gnu/system/linux.scm (base-pam-services): Add "xlock" and "xscreensaver".
This commit is contained in:
parent
c6a0536d08
commit
f9d53de105
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ (define* (base-pam-services #:key allow-empty-passwords?)
|
|||
;; These programs are setuid-root.
|
||||
(map (cut unix-pam-service <>
|
||||
#:allow-empty-passwords? allow-empty-passwords?)
|
||||
'("su" "passwd" "sudo"))
|
||||
'("su" "passwd" "sudo"
|
||||
"xlock" "xscreensaver"))
|
||||
|
||||
;; These programs are not setuid-root, and we want root to be able
|
||||
;; to run them without having to authenticate (notably because
|
||||
|
|
Loading…
Reference in a new issue