X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=blobdiff_plain;f=policy.sgml;h=947a1e1561e4d80d3435c00103d8cbee8e05d1b2;hp=24cf7d7b7bae208bf0a9c1dca3b6ecace1e40c6f;hb=b083c75f46a06d37393214ab94c7f5d6e698a0c4;hpb=8ae9e321058ade1fda3e49e99a16360737b4e251 diff --git a/policy.sgml b/policy.sgml index 24cf7d7..947a1e1 100644 --- a/policy.sgml +++ b/policy.sgml @@ -7349,6 +7349,35 @@ rmdir /usr/local/share/emacs 2>/dev/null || true 65535: + +

+ This value must not be used, because it was + the error return sentinel value when uid_t + was 16 bits. +

+
+ + 65536-4294967293: + +

+ Dynamically allocated user accounts. By + default adduser will not allocate UIDs + and GIDs in this range, to ease compatibility with + legacy systems where uid_t is still 16 + bits. +

+
+ + 4294967294: + +

+ (uid_t)(-2) == (gid_t)(-2) must not be + used, because it is used as the anonymous, unauthenticated + user by some NFS implementations. +

+
+ + 4294967295:

(uid_t)(-1) == (gid_t)(-1) must