| Commit message (Expand) | Author | Age |
* | gnu: Remove comment which is factually incorrect.•••* gnu/system/pam.scm: Remove incorrect comment.
| John Darrington | 2016-11-06 |
* | services: Add pam-limits-service.•••* 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.
| Ricardo Wurmus | 2016-07-19 |
* | system: pam: 'pam-root-service-type' can be extended with transformations.•••* 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>.
| Ludovic Courtès | 2016-02-06 |
* | system: pam: Export accessors.•••* gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors.
| Ludovic Courtès | 2016-02-06 |
* | system: pam: Honor /etc/environment.•••* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group.
| 宋文武 | 2015-12-05 |
* | system: Rename (gnu system linux) to (gnu system pam).•••* gnu/system/linux.scm: Rename to...
* gnu/system/pam.scm: ... this.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu.scm, gnu/services/base.scm, gnu/services/desktop.scm,
gnu/services/networking.scm, gnu/services/ssh.scm,
gnu/services/xorg.scm, gnu/system.scm, gnu/system/vm.scm: Likewise.
| Ludovic Courtès | 2015-11-03 |