summaryrefslogtreecommitdiff
path: root/gnu/system/pam.scm
Commit message (Expand)AuthorAgeFilesLines
* 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ès2016-02-061-6/+38
* system: pam: Export accessors.•••* gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors. Ludovic Courtès2016-02-061-1/+11
* system: pam: Honor /etc/environment.•••* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group. 宋文武2015-12-051-3/+6
* 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ès2015-11-031-0/+213