diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-30 02:00:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-30 02:00:20 +0100 |
commit | 1cbc19413c953498d31d103eb28216f884fa3908 (patch) | |
tree | b57e937a7ede62ed6183727848dbac37bb984399 /gnu/packages/admin.scm | |
parent | 54a31641fd73ee43ad468406a2d5a28395b87a44 (diff) | |
download | guix-1cbc19413c953498d31d103eb28216f884fa3908.tar.gz |
gnu: pam-mount, greetd-pam-mount: Rewrite descriptions.
* gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]: Edit for style.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2fbab6d88c..dd5b57ebf5 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4675,10 +4675,9 @@ tcpdump and snoop.") (home-page "http://pam-mount.sourceforge.net") (synopsis "PAM module to mount volumes for a user session") (description - "Pam-mount is a PAM module that can mount volumes when a user logs in. -It supports mounting local filesystems of any kind the normal mount utility -supports. It can also mount encrypted LUKS volumes using the password -supplied by the user when logging in.") + "Pam-mount is a PAM module to mount volumes when a user logs in. +It can mount all local file systems supported by @command{mount}, as well as +LUKS volumes encrypted with the user's log-in password.") (license (list license:gpl2+ license:lgpl2.1+)))) (define-public jc @@ -5244,18 +5243,16 @@ then it can be a greeter.") (("pam_mount_system_authtok") "greetd_pam_mount_system_authtok")))))))) (synopsis "PAM module to mount volumes for a user session (greetd variant)") (description - "Pam-mount is a PAM module that can mount volumes when a user logs in. -It supports mounting local filesystems of any kind the normal mount utility -supports. It can also mount encrypted LUKS volumes using the password -supplied by the user when logging in. - -This package inherits pam-mount in the way that it is compiled specifically -for use with greetd daemon. It uses different configuration location and -name space for storing data in PAM. - -greetd-pam-mount is used in configuration of greetd to provide -auto-(mounting/unmounting) of XDG_RUNTIME_DIR in the way that it will not -interfere with default pam-mount configuration."))) + "Pam-mount is a PAM module to mount volumes when a user logs in. +It can mount all local file systems supported by @command{mount}, as well as +LUKS volumes encrypted with the user's log-in password. + +This package inherits pam-mount but is compiled specifically for use with +the @command{greetd} log-in manager. It uses a different configuration +location and PAM name space from the original. + +This allows greetd-pam-mount to auto-(un)mount @env{XDG_RUNTIME_DIR} without +interfering with any pam-mount configuration."))) (define-public wlgreet (package |