mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
least-authority: Fix typo.
* guix/least-authority.scm (least-authority-wrapper): Fix typo in doc.
This commit is contained in:
parent
85b4dabd94
commit
8994e13b9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue