diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-15T14·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-15T14·50+0000 |
commit | 71ceb1c16102f82e15375afb44e0ac59e39eaa23 (patch) | |
tree | a4c2e0e78a901052aeea565e5f44b43277da2bdf /doc/manual/installation.xml | |
parent | e4b0666f8eee3fc48f37c0cd3fd194c27652173c (diff) |
* Handle multiple indirect symlinks when loading a Nix expression.
Diffstat (limited to 'doc/manual/installation.xml')
-rw-r--r-- | doc/manual/installation.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index 9d80351298b1..b6cc6e7f9bbd 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -205,6 +205,21 @@ on systems that have the <function>setresuid()</function> system call (such as Linux and FreeBSD), so on those systems the binaries are simply owned by the Nix user.</para></warning> + + +<!-- + +warning: the nix-builders group should contain *only* the Nix +builders, and nothing else. If the Nix account is compromised, you +can execute programs under the accounts in the nix-builders group, so +it obviously shouldn’t contain any “real” user accounts. So don’t use +an existing group like <literal>users</literal> — just create a new +one. + +--> + + + </section> </section> |