Whamcloud - gitweb
debian: Pass 100 to UID_MIN and GID_MIN, not 1
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Feb 2008 17:11:47 +0000 (12:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Feb 2008 17:11:47 +0000 (12:11 -0500)
commit949bc9aa87f9903f3022e2da7d2ee1c3d267d82c
treef1a3837d8b900e3a410ce3652a45f5d410f726f5
parent395529bb4676856a026f5f0c92d494491c3ebb75
debian: Pass 100 to UID_MIN and GID_MIN, not 1

According to the policy, UIDs and GIDs in the range 1-100 are reserved
to be globally allocated by the base-passwd package. The libuuid1
postinstall script passes in UID_MIN=1 and GID_MIN=1.  The useradd and
groupadd commands seems to skip UID's between 1 and 100 anyway, but
it's confusing, so we should pass in UID_MIN=100 and GID_MIN=100 for
clarity and in case useradd and groupadd ever changes their behaviour.

Addresses-Debian-Bug: #466929

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/libuuid1.postinst