forked from lix-project/lix
Update src/libstore/globals.hh
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
0309f6b5b8
commit
a2acd23466
|
@ -538,7 +538,7 @@ public:
|
||||||
Not dropping supplementary groups means the build sandbox will be less restricted than intended.
|
Not dropping supplementary groups means the build sandbox will be less restricted than intended.
|
||||||
|
|
||||||
This option defaults to `true` when the user is root
|
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.
|
and `false` otherwise.
|
||||||
)"};
|
)"};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue