Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/
Date: Fri, 23 Aug 2019 05:36:10
Message-Id: 1566475381.a0fa1008c0df0c5cac130703ee809609a647b8eb.mgorny@gentoo
1 commit: a0fa1008c0df0c5cac130703ee809609a647b8eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 12:03:01 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 12:03:01 2019 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a0fa1008
7
8 uid-gid: Add initial UID/GID assignment list
9
10 Copy the UID/GID assignments from Gentoo Wiki.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 files/uid-gid.txt | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
15 1 file changed, 215 insertions(+)
16
17 diff --git a/files/uid-gid.txt b/files/uid-gid.txt
18 new file mode 100644
19 index 0000000..c2f09f3
20 --- /dev/null
21 +++ b/files/uid-gid.txt
22 @@ -0,0 +1,215 @@
23 +# Copyright 2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +# This file provides a registry of active, requested and historical UID
27 +# and GID assignments in the Gentoo repository. Each line represents
28 +# a single record, with the '#!' line providing field headers. Empty
29 +# lines and comments are ignored. Fields are separated by whitespace,
30 +# with the last (note) field extending to end of line. Note that
31 +# additional fields may be added in the future.
32 +#
33 +# A single record can represent a user, a group or a combination of both
34 +# using the same name. Same user/group/UID/GID can be repeated
35 +# in mutiple records to reflect reality. If you can't express something
36 +# with a single record, split it.
37 +#
38 +# NAME: user/group name
39 +# UID: UID assigned to the user, or '-' if only group is defined
40 +# GID: GID assigned to the group, or '-' if only user is defined
41 +# PROVIDER: keyword identifying provider of user/group, see below
42 +# NOTES: human-readable notes about the assignment, optional, can use
43 +# Markdown syntax
44 +#
45 +# Valid values for PROVIDER are:
46 +# - acct: acct-user/${NAME} and/or acct-group/${NAME} packages
47 +# - baselayout: user/group defined in passwd/group files from baselayout
48 +# - baselayout-fbsd: same as baselayout but on FreeBSD system
49 +# - historical: historical UID/GID assignment, no longer used nowadays
50 +# - requested: assignment requested on the ml, not yet pushed
51 +# - reserved: special reserved range
52 +# - user.eclass: user/group created via user.eclass directly in package
53 +#
54 +# Use PROVIDERs that apply best at the moment. For example, if user
55 +# was migrated from user.eclass to acct-user/ with the same UID, just
56 +# list the latter.
57 +#
58 +# Please keep the list sorted by UID, GID, PROVIDER, NAME (in order).
59 +
60 +#!NAME UID GID PROVIDER NOTES
61 +root 0 0 baselayout
62 +root 0 - baselayout-fbsd
63 +toor 0 - baselayout-fbsd
64 +wheel - 0 baselayout-fbsd
65 +bin 1 1 baselayout
66 +daemon 1 1 baselayout-fbsd
67 +daemon 2 2 baselayout
68 +operator 2 5 baselayout-fbsd
69 +adm 3 4 baselayout
70 +bin 3 7 baselayout-fbsd
71 +sys - 3 baselayout
72 +sys - 3 baselayout-fbsd
73 +lp 4 7 baselayout
74 +tty 4 4 baselayout-fbsd
75 +adm - 4 acct
76 +sync 5 - baselayout
77 +kmem 5 2 baselayout-fbsd
78 +tty - 5 baselayout
79 +tty - 5 acct
80 +shutdown 6 - baselayout
81 +mail 6 6 baselayout-fbsd
82 +disk - 6 acct
83 +disk - 6 baselayout
84 +halt 7 - baselayout
85 +games 7 - baselayout-fbsd
86 +lp - 7 acct
87 +news 8 8 baselayout-fbsd
88 +mail 8 12 acct mail user and group removed from baselayout on Linux in [r3093](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=2547&r2=3093)
89 +mem - 8 baselayout
90 +man 9 - baselayout-fbsd
91 +news 9 13 baselayout
92 +kmem - 9 acct
93 +kmem - 9 baselayout
94 +man - 9 historical man group removed from baselayout on BSD in [r2528](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.BSD/group?limit_changes=0&r1=2322&r2=2528&pathrev=2545), now on GID 15.
95 +uucp 10 14 baselayout
96 +wheel - 10 acct
97 +wheel - 10 baselayout
98 +operator 11 - baselayout
99 +floppy - 11 baselayout
100 +man 13 15 acct Moved out of baselayout in [r2528] and before in [https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1397&r2=1474&pathrev=2545 r1474](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=2446&r2=2528&pathrev=2545)
101 +postmaster 14 - acct Removed from baselayout in [r3093](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=2547&r2=3093)
102 +cron 16 16 user.eclass Removed from baselayout in [r1476](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1475&r2=1476&pathrev=2545)
103 +console - 17 baselayout
104 +audio - 18 acct Duplicated in media-sound/{pulseaudio,timidity}.
105 +audio - 18 baselayout
106 +cdrom - 19 acct
107 +cdrom - 19 baselayout
108 +dialout - 20 acct
109 +dialout - 20 baselayout Historically removed from baselayout in [r2444](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=2310&r2=2444&pathrev=2545), then reintroduced
110 +ftp 21 21 acct Removed from baselayout in [r1475](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1474&r2=1475&pathrev=2545)
111 +sshd 22 22 user.eclass Removed from baselayout in [r1476](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1475&r2=1476&pathrev=2545)
112 +smmsp 25 - baselayout-fbsd
113 +at 25 25 user.eclass Removed from baselayout in [r1479](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1478&r2=1479&pathrev=2545)
114 +smtpd 25 25 user.eclass
115 +smmsp - 25 historical Removed from baselayout in [r2528](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.BSD/group?limit_changes=0&r1=2322&r2=2528&pathrev=2545)
116 +tape - 26 acct
117 +tape - 26 baselayout
118 +video - 27 acct
119 +video - 27 baselayout
120 +render - 28 acct
121 +squid 31 31 historical Removed from baselayout in [r1477](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1476&r2=1477&pathrev=2545)
122 +guest - 31 baselayout-fbsd
123 +gdm 32 32 historical Removed from baselayout in [r1571](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1479&r2=1571&pathrev=2545)
124 +xfs 33 33 historical X Font Server, removed from baselayout in [r1572](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1571&r2=1572&pathrev=2545)
125 +games 35 - historical Removed from baselayout in [r1478](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1477&r2=1478&pathrev=2545)
126 +games 36 35 user.eclass Names configurable via eclass; group: deprecated by Council decision, removed from baselayout in [r1478](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=1477&r2=1478&pathrev=2545)
127 +gamestat - 36 acct
128 +named 40 40 user.eclass Removed from baselayout in [r1369](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1335&r2=1369&pathrev=2545)
129 +knot 53 53 user.eclass
130 +mysql 60 60 acct Removed from baselayout in [r1335](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1326&r2=1335&pathrev=2545)
131 +authpf - 63 user.eclass
132 +uucp 66 65 baselayout-fbsd
133 +duende 66 - user.eclass
134 +dialer - 68 baselayout-fbsd
135 +network - 69 baselayout-fbsd
136 +postgres 70 70 user.eclass Moved out of baselayout in [r1861](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1572&r2=1861&pathrev=2545)
137 +dovenull 74 74 requested
138 +redis 75 75 user.eclass
139 +dovecot 76 76 requested
140 +qemu 77 77 acct
141 +kvm - 78 acct
142 +libvirt - 79 acct
143 +cdrw - 80 baselayout
144 +apache 81 81 user.eclass Removed from baselayout in [r916](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=906&r2=916&pathrev=2545)
145 +nut 84 84 user.eclass Removed from baselayout in [r1862](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1861&r2=1862&pathrev=2545)
146 +cyrus 85 - historical Removed from baselayout in [r1326](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1319&r2=1326&pathrev=2545)
147 +usb - 85 baselayout
148 +nullmail 88 88 user.eclass
149 +vpopmail 89 89 user.eclass Removed from baselayout in [r1319](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=916&r2=1319&pathrev=2545)
150 +partimag 91 91 user.eclass
151 +dovecot 97 97 user.eclass
152 +input - 97 acct
153 +input - 97 baselayout
154 +maradns 99 99 user.eclass
155 +users - 100 baselayout
156 +users - 100 baselayout-fbsd
157 +messagebus 101 101 acct
158 +polkitd 102 102 acct
159 +lpadmin - 106 user.eclass
160 +rpc 111 111 historical Used by net-nds/portmap, removed in [36e60cce](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e60cce11d780582196c42d6b692897455d7a27)
161 +unifi 113 113 requested
162 +murmurd 122 122 requested
163 +ntp - 123 user.eclass
164 +rtkit 133 133 acct
165 +owfs 150 150 user.eclass Ebuild allows overriding username.
166 +stapusr - 156 user.eclass
167 +stapsys - 157 user.eclass
168 +stapdev - 158 user.eclass
169 +transmission 169 169 acct
170 +munin 177 - user.eclass
171 +pdnsd 184 184 requested
172 +systemd-journal - 190 acct
173 +systemd-journal-remote 191 191 acct
174 +systemd-network 192 192 acct
175 +systemd-resolve 193 193 acct
176 +systemd-coredump 194 194 acct
177 +systemd-timesync 195 195 acct
178 +alias 200 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
179 +nofiles - 200 user.eclass Removed from baselayout in [r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=2444&r2=2445&pathrev=2545)
180 +qmaild 201 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
181 +qmail - 201 user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
182 +qmaill 202 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
183 +qmailp 203 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
184 +qmailq 204 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
185 +qmailr 205 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
186 +qmails 206 - user.eclass Removed from baselayout in [r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1369&r2=1397&pathrev=2545)
187 +postfix 207 207 user.eclass Removed from baselayout in [r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1862&r2=1863&pathrev=2545)
188 +postdrop - 208 user.eclass Removed from baselayout in [r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=1862&r2=1863&pathrev=2545)
189 +smmsp 209 209 user.eclass user removed out of baselayout in [r2446](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=2310&r2=2446&pathrev=2545); group in [r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=2444&r2=2445&pathrev=2545)
190 +cmd5checkpw 212 - user.eclass
191 +uptimed 220 220 requested
192 +gkrellmd 221 221 requested
193 +msmtpd 222 222 requested
194 +nsd 223 223 requested
195 +distcc 240 - user.eclass
196 +slocate - 245 historical Removed from baselayout in [r1328](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0&r1=1319&r2=1328&pathrev=2545)
197 +portage 250 250 baselayout
198 +portage 250 250 baselayout-fbsd
199 +smtpq 252 252 user.eclass
200 +tomcat 265 265 user.eclass
201 +logstash 270 270 acct
202 +amavis 333 333 requested
203 +dnscrypt-proxy 353 353 acct
204 +guest 405 - historical Removed from baselayout in [r889](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=286&r2=889&pathrev=2545)
205 +utmp - 406 acct
206 +utmp - 406 baselayout
207 +ldap 439 439 user.eclass
208 +firebird 450 450 user.eclass
209 +mogilefs 460 - user.eclass
210 +i2pd 470 470 acct
211 +bedrock 485 485 requested
212 +spectrum 486 486 requested
213 +ddclient 487 487 requested
214 +teamspeak 488 488 requested
215 +steamcmd 489 489 requested
216 +minecraft 490 490 requested
217 +fhem 491 491 requested
218 +unrealircd 494 494 acct
219 +gvm 495 495 requested
220 +strelaysrv 496 496 acct
221 +stdiscosrv 497 497 acct
222 +burp 498 498 acct
223 +syncthing 499 499 acct
224 +slurm 500 500 user.eclass
225 +- 500–999 500–999 reserved
226 +- 1000–60000 1000–60000 reserved `UID_MIN`–`UID_MAX` / `GID_MIN`–`GID_MAX` in login.defs
227 +ventrilo 3784 3784 historical
228 +- 60001–65533 60001–65532 reserved
229 +nogroup - 65533 baselayout
230 +nogroup - 65533 baselayout-fbsd
231 +nobody 65534 65534 baselayout
232 +nobody 65534 65534 baselayout-fbsd
233 +- 65535 65535 reserved −1 on systems with 16 bit uid_t
234 +- 61184–65519 61184–65519 reserved Used by systemd DynamicUser feature
235 +- 524288–1878982656 524288–1878982656 reserved Used by systemd for containers
236 +
237 +# vim:se ts=8 sts=0 tw=0 :