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