summaryrefslogtreecommitdiff
path: root/guix/least-authority.scm
AgeCommit message (Expand)Author
2023-12-22least-authority: Add support for changing UIDs/GIDs before exec....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 Ludovic Courtès
2022-06-10least-authority: Fix typo....* guix/least-authority.scm (least-authority-wrapper): Fix typo in doc. Maxim Cournoyer
2022-05-01Add (guix least-authority)....* guix/least-authority.scm: New file. * Makefile.am (MODULES): Add it. * gnu/build/shepherd.scm (default-mounts): Make public. Ludovic Courtès