mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ information on the configuration file syntax."
|
||||||
|
|
||||||
(service-type
|
(service-type
|
||||||
(name 'limits)
|
(name 'limits)
|
||||||
|
(compose concatenate)
|
||||||
|
(extend append)
|
||||||
(extensions
|
(extensions
|
||||||
(list (service-extension pam-root-service-type
|
(list (service-extension pam-root-service-type
|
||||||
(lambda (config)
|
(lambda (config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue