aboutsummaryrefslogtreecommitdiff
path: root/guix/least-authority.scm
Commit message (Collapse)AuthorAge
* least-authority: Add support for changing UIDs/GIDs before exec.Ludovic Courtès2023-12-22
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/67175>. * guix/least-authority.scm (least-authority-wrapper): Add #:user and #:group. [code]: Add calls to ‘setgid’ and ‘setuid’ when appropriate. Change-Id: I2aad8e5686b42b5c92fc306b114c5c60cb8bc551
* least-authority: Fix typo.Maxim Cournoyer2022-06-10
| | | | * guix/least-authority.scm (least-authority-wrapper): Fix typo in doc.
* Add (guix least-authority).Ludovic Courtès2022-05-01
* guix/least-authority.scm: New file. * Makefile.am (MODULES): Add it. * gnu/build/shepherd.scm (default-mounts): Make public.