diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-13 14:26:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-13 15:20:44 +0100 |
commit | f7e4ae7f450569a20fcd4c0edd2814b3056f917c (patch) | |
tree | ff06058600eae58530e2e5a55be3cd30c5b5dcb1 | |
parent | b1b9ca8e011575801bc2555c52a4b032ca8f1230 (diff) | |
download | guix-f7e4ae7f450569a20fcd4c0edd2814b3056f917c.tar guix-f7e4ae7f450569a20fcd4c0edd2814b3056f917c.tar.gz |
doc: Fix typo in "Setuid Programs".
* doc/guix.texi (Setuid Programs): Remove extra 's'.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4b06b32232..401e98ba99 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7126,7 +7126,7 @@ password, and which needs to access the @file{/etc/passwd} and obvious security reasons. To address that, these executables are @dfn{setuid-root}, meaning that they always run with root privileges (@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual}, -for more info about the setuid mechanisms.) +for more info about the setuid mechanism.) The store itself @emph{cannot} contain setuid programs: that would be a security issue since any user on the system can write derivations that |