aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
rrington * gnu/system/pam.scm: Remove incorrect comment. 2016-07-19services: Add pam-limits-service.Ricardo Wurmus * gnu/system/pam.scm (<pam-limits-entry>): New record type. (pam-limits-entry, pam-limits-entry->string): New procedures. * gnu/services/base.scm (pam-limits-service-type): New variable. (pam-limits-service): New procedure. * doc/guix.texi (Base Services): Document it. 2016-02-06system: pam: 'pam-root-service-type' can be extended with transformations.Ludovic Courtès * gnu/system/pam.scm (<pam-configuration>): New record type. (/etc-entry): Change 'services' parameter' to 'config'. Honor the 'transform' field of CONFIG. (extend-configuration): New procedure. (pam-root-service-type): Use EXTEND-CONFIGURATION as the 'extend' field. (pam-root-service): Add #:transform parameter. Service value is a <pam-configuration>. 2016-02-06system: pam: Export accessors.Ludovic Courtès * gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors. 2015-12-05system: pam: Honor /etc/environment.宋文武 * gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group.