diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-06-20 12:23:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 12:23:53 +0200 |
commit | e91d19db5f827cec56e32fe9b7c07c8d2c546ce6 (patch) | |
tree | e4cad7effcd5f2efa879ed08f66d3a0af4f4b0b9 /src | |
parent | f695a74751c314cc426ff7bbc67ce5de8b58bbfd (diff) |
be more serious about security risks with trusted users
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/daemon.cc | 2 |
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. )"}; /** |