aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
>activation: Lock /etc/.pwd.lock before accessing databases....Ludovic Courtès 2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès 2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès 2019-03-07activation: Operate on <user-account> and <user-group> records....Ludovic Courtès 2019-03-04activation: Make home directories #o700 by default....Ludovic Courtès 2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès 2018-03-27activation: Pass '-d HOME' to 'usermod'....Ludovic Courtès 2017-10-08activation: Do not create setuid binaries in the store [security fix]....Ludovic Courtès 2017-08-03activation: Make sure /etc exists....Ludovic Courtès 2017-05-30activation: Change permissions on /root to #o700....Ludovic Courtès 2017-05-18services: user-homes: Do not create home directories marked as no-create....Ludovic Courtès 2017-02-10Merge branch 'master' into core-updatesLudovic Courtès 2017-02-08services: Add 'special-files-service-type'....Ludovic Courtès 2017-02-04activation: Set the right owner for home directories....Ludovic Courtès 2017-02-02Merge branch 'master' into core-updatesLeo Famulari 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-26utils: Add helper method to make files writable....Marius Bakke 2016-09-06activation: Don't fail if /var/lib exists....Leo Famulari 2016-09-06activation: Allow home directories to be created under /var/lib....David Craven 2016-08-28system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès