aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nix/daemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/daemon.cc b/src/nix/daemon.cc
index 6dcd7f94d..41f826228 100644
--- a/src/nix/daemon.cc
+++ b/src/nix/daemon.cc
@@ -64,7 +64,7 @@ struct AuthorizationSettings : Config {
> **Warning**
>
> Adding a user to `trusted-users` is essentially equivalent to giving that user root access to the system.
- > For example, the user can set [`sandbox-paths`](#conf-sandbox-paths) and thereby obtain read access to directories that are otherwise inacessible to them.
+ > For example, the user can access or replace store path contents that are critical for system security.
)"};
/**