aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-01 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-01 02:00:07 +0200
commitef2a240100a196f477b58c1d753b8dcf9278d3ea (patch)
tree52b349915ff40de301e78b77b2614677963f4473 /po
parenta9c295c4af2a6e8929606ad99187ce2ba040c5ac (diff)
downloadguix-ef2a240100a196f477b58c1d753b8dcf9278d3ea.tar.gz
guix-ef2a240100a196f477b58c1d753b8dcf9278d3ea.zip
gnu: libcap-ng: Update to 0.8.3.
* gnu/packages/admin.scm (libcap-ng): Update to 0.8.3.
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions
k option. (launch-environment/container): Add #:symlinks argument and extend doc, and create symlinks using evaluate-populate-directive. (guix-environment*): Pass symlinks arguments to launch-environment/container. * doc/guix.texi (Invoking guix shell): Document it. * tests/guix-shell.sh: Add a --symlink (negative) test. * tests/guix-environment-container.sh: Add tests. Maxim Cournoyer 2022-09-04store: Open daemon connections with SOCK_CLOEXEC....Previously, 'guix shell' for example would leak the socket that's connected to the daemon. * guix/store.scm (open-unix-domain-socket, open-inet-socket): Pass SOCK_CLOEXEC to 'socket'. * tests/guix-shell.sh: Add test. Ludovic Courtès