diff options
author | Ben Radford <104896700+benradf@users.noreply.github.com> | 2023-07-12 12:33:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 12:33:05 +0100 |
commit | a2acd23466108a1a10ed3b6b874c558bd95e7645 (patch) | |
tree | ad512205e7c4bd5e88757f8c79756f266802d96a /src/libstore/globals.hh | |
parent | 0309f6b5b8ca354e1a43d320928d3d546ce7f878 (diff) |
Update src/libstore/globals.hh
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index d8fda9707..d4b8fb1f9 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -538,7 +538,7 @@ public: Not dropping supplementary groups means the build sandbox will be less restricted than intended. This option defaults to `true` when the user is root - (since root usually has permissions to call setgroups) + (since `root` usually has permissions to call setgroups) and `false` otherwise. )"}; |