civodul pushed a change to branch master
in repository guix.

    from 80651b8899 gnu: guile-goblins: Update to 0.15.1.
     new 92205bab4d services: unattended-upgrade: Exit with non-zero upon 
failure.
     new f03e6eff2f daemon: Use ‘close_range’ where available.
     new 7bad04fac0 daemon: Close the read end of the logging pipe.
     new 5c0b93b244 daemon: Bind-mount /etc/nsswitch.conf & co. only if it 
exists.
     new 550ca89744 daemon: Bind-mount all the inputs, not just directories.
     new 93474f9288 daemon: Remount inputs as read-only.
     new 40f69b586a daemon: Remount root directory as read-only.
     new ae18b3d9e6 daemon: Allow running as non-root with unprivileged user 
namespaces.
     new a3d6f5ae70 daemon: Create /var/guix/profiles/per-user unconditionally.
     new 0163c732a1 daemon: Drop Linux ambient capabilities before executing 
builder.
     new bdd7b9a45d daemon: Move comments where they belong.
     new 29164192e9 linux-container: ‘unprivileged-user-namespace-supported?’ 
returns #f on non-Linux.
     new f854095b6f tests: Add missing derivation inputs.
     new 2f65438eba tests: Run in a chroot and unprivileged user namespaces.
     new 107eb8ee8f etc: systemd services: Run ‘guix-daemon’ as an unprivileged 
user.
     new a9239a769c guix-install.sh: Support the unprivileged daemon where 
possible.

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/test-env.in         |  18 ++-
 config-daemon.ac              |   5 +-
 doc/guix.texi                 | 102 ++++++++++++----
 etc/gnu-store.mount.in        |   3 +-
 etc/guix-daemon.service.in    |  22 +++-
 etc/guix-install.sh           | 124 +++++++++++++++----
 gnu/build/linux-container.scm |   4 +-
 gnu/services/admin.scm        |   3 +-
 guix/substitutes.scm          |   2 +-
 nix/libstore/build.cc         | 278 +++++++++++++++++++++++++++++++++---------
 nix/libstore/local-store.cc   |  26 ++--
 nix/libutil/util.cc           |  26 +++-
 tests/derivations.scm         |  38 ++++--
 tests/packages.scm            |  13 +-
 tests/processes.scm           |   9 +-
 tests/store.scm               | 247 +++++++++++++++++++++++++++++++------
 16 files changed, 734 insertions(+), 186 deletions(-)

Reply via email to