comparison Docs/uids.md @ 1280:52f9fab2a9b3

misc: update uids
author David Demelier <markand@malikania.fr>
date Mon, 15 Nov 2021 09:09:26 +0100
parents 194681a6d42d
children 1a6e1b476561
comparison
equal deleted inserted replaced
1279:46e278d09c6b 1280:52f9fab2a9b3
1 Vanilla Linux reserved UIDs and GIDs 1 Reserved UIDs and GIDs
2 ==================================== 2 ======================
3 3
4 Users and groups are created once needed at package installation. It's perfectly 4 Users and groups are created once needed at package installation. It's perfectly
5 safe to reuse the same UID/GID for different packages (example www, mail). 5 safe to reuse the same UID/GID for different packages (example www, mail).
6 6
7 You may think of UID/GID just like a simple package dependency. 7 Users and group that are private and only used by the software must be prepended
8 by an underscore. Only groups that users can join can start without one.
8 9
9 The following UID/GID are defined: 10 The following UID/GID are defined:
10 11
11 | uid | gid | package(s) | 12 | uid | gid | package(s) |
12 |---------------------|---------------------|----------------------| 13 |---------------------|---------------------|----------------------|
13 | sshd (100) | sshd (100) | network/openssh | 14 | _sshd (100) | _sshd (100) | network/openssh |
14 | polkitd (101) | polkitd (101) | security/polkit | 15 | polkitd (101) | polkitd (101) | security/polkit |
15 | pulse (102) | pulse (102) | audio/pulseaudio | 16 | pulse (102) | pulse (102) | audio/pulseaudio |
16 | | pulse-rt (103) | audio/pulseaudio | 17 | | pulse-rt (103) | audio/pulseaudio |
17 | | pulse-access (104) | audio/pulseaudio | 18 | | pulse-access (104) | audio/pulseaudio |
18 | wesnothd (105) | wesnothd (105) | games/wesnoth | 19 | wesnothd (105) | wesnothd (105) | games/wesnoth |