Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,11 @@ public:
not run in private network namespace to ensure they can access the
network).

Currently, sandboxing only work on Linux and macOS. The use of a
sandbox requires that Nix is run as root (so you should use the
“build users” feature to perform the actual builds under different
users than root).
Currently, sandboxing only work on Linux and macOS. The use
of a sandbox requires that your system supports "user
namespaces" or else that Nix is run as root (so you should
use the “build users” feature to perform the actual builds
under different users than root).

If this option is set to `relaxed`, then fixed-output derivations
and derivations that have the `__noChroot` attribute set to `true`
Expand Down