Fix hydra UID

The style for IDs dictates that groups/users should have the same ID -
so if a user doesn't have a group or vice versa, then we should skip
that ID.

In this case, we had already assigned grsecurity GID 121, but I
accidentally also assigned Hydra UID 121. Instead, let's assign Hydra
UID 122. And also assign a GID (122) as well.

Luckily nobody was depending on this yet (except me).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-04-15 02:28:01 -05:00
parent 5ab600ab00
commit 42954a2d20

View File

@ -129,7 +129,7 @@
foundationdb = 118;
newrelic = 119;
starbound = 120;
hydra = 121;
hydra = 122;
# When adding a uid, make sure it doesn't match an existing gid.
@ -233,6 +233,7 @@
newrelic = 119;
starbound = 120;
grsecurity = 121;
hydra = 122;
# When adding a gid, make sure it doesn't match an existing uid.