1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Add (guix least-authority).

* guix/least-authority.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/build/shepherd.scm (default-mounts): Make public.
This commit is contained in:
Ludovic Courtès
2022-04-16 16:11:23 +02:00
parent 391bd14359
commit 3682bd4003
3 changed files with 138 additions and 1 deletions

View File

@@ -31,7 +31,8 @@
exec-command
%precious-signals)
#:autoload (shepherd system) (unblock-signals)
#:export (make-forkexec-constructor/container
#:export (default-mounts
make-forkexec-constructor/container
fork+exec-command/container))
;;; Commentary: