File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,12 @@ pre-defined purposes between Linux, generic low-level distributions and
283283ranges.
284284
285285Note that the range 2147483648…4294967294 (i.e. 2^31…2^32-2) should be handled
286- with care. Various programs (including kernel file systems, see ` devpts ` ) have
287- trouble with UIDs outside of the signed 32bit range, i.e any UIDs equal to or
288- above 2147483648. It is thus strongly recommended to stay away from this range
289- in order to avoid complications. This range should be considered reserved for
290- future, special purposes.
286+ with care. Various programs (including kernel file systems — see ` devpts ` — or
287+ even kernel syscalls – see ` setfsuid() ` ) have trouble with UIDs outside of the
288+ signed 32bit range, i.e any UIDs equal to or above 2147483648. It is thus
289+ strongly recommended to stay away from this range in order to avoid
290+ complications. This range should be considered reserved for future, special
291+ purposes.
291292
292293## Notes on resolvability of user and group names
293294
You can’t perform that action at this time.
0 commit comments