mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
services: pam: Allow extension of pam limits.
* gnu/services/pam.scm (pam-limits-service-type): Allow extension of pam limits rules from users and services. Change-Id: I93a363d1a2887493d52ef3ae32fc9721f81ddfa8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3eb720bd0b
commit
9411a1495f
1 changed files with 2 additions and 0 deletions
|
@ -1739,6 +1739,8 @@ (module "pam_limits.so")
|
|||
|
||||
(service-type
|
||||
(name 'limits)
|
||||
(compose concatenate)
|
||||
(extend append)
|
||||
(extensions
|
||||
(list (service-extension pam-root-service-type
|
||||
(lambda (config)
|
||||
|
|
Loading…
Reference in a new issue