least-authority: Fix typo.

* guix/least-authority.scm (least-authority-wrapper): Fix typo in doc.
This commit is contained in:
Maxim Cournoyer 2022-06-03 12:50:25 -04:00
parent 85b4dabd94
commit 8994e13b9f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -51,7 +51,7 @@ (define* (least-authority-wrapper program
"Return a wrapper of PROGRAM that executes it with the least authority. "Return a wrapper of PROGRAM that executes it with the least authority.
PROGRAM is executed in separate namespaces according to NAMESPACES, a list of PROGRAM is executed in separate namespaces according to NAMESPACES, a list of
symbols; it turns with GUEST-UID and GUEST-GID. MAPPINGS is a list of symbols; it runs with GUEST-UID and GUEST-GID. MAPPINGS is a list of
<file-system-mapping> records indicating directories mirrored inside the <file-system-mapping> records indicating directories mirrored inside the
execution environment of PROGRAM. DIRECTORY is the working directory of the execution environment of PROGRAM. DIRECTORY is the working directory of the
wrapped process. Each environment listed in PRESERVED-ENVIRONMENT-VARIABLES wrapped process. Each environment listed in PRESERVED-ENVIRONMENT-VARIABLES