doc: Fix typos in "Setuid Programs".
* doc/guix.texi (Setuid Programs): Fix typos.
This commit is contained in:
parent
6bb5c4ef71
commit
4d40227cce
1 changed files with 2 additions and 2 deletions
|
@ -5931,8 +5931,8 @@ passed to @command{lircd}.
|
||||||
@cindex setuid programs
|
@cindex setuid programs
|
||||||
Some programs need to run with ``root'' privileges, even when they are
|
Some programs need to run with ``root'' privileges, even when they are
|
||||||
launched by unprivileged users. A notorious example is the
|
launched by unprivileged users. A notorious example is the
|
||||||
@command{passwd} programs, which can users can run to change their
|
@command{passwd} program, which users can run to change their
|
||||||
password, and which requires write access to the @file{/etc/passwd} and
|
password, and which needs to access the @file{/etc/passwd} and
|
||||||
@file{/etc/shadow} files---something normally restricted to root, for
|
@file{/etc/shadow} files---something normally restricted to root, for
|
||||||
obvious security reasons. To address that, these executables are
|
obvious security reasons. To address that, these executables are
|
||||||
@dfn{setuid-root}, meaning that they always run with root privileges
|
@dfn{setuid-root}, meaning that they always run with root privileges
|
||||||
|
|
Reference in a new issue