comparison Docs/uids.md @ 714:6b4ba668a43c

vanilla: update documentation
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 21:20:00 +0200
parents UIDS.md@6f1b622c15ef
children 96735a865c3e
comparison
equal deleted inserted replaced
713:393525a3ecc3 714:6b4ba668a43c
1 Vanilla Linux reserved UIDs and GIDs
2 ====================================
3
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).
6
7 You may think of UID/GID just like a simple package dependency.
8
9 The following UID/GID are defined:
10
11 | uid | gid | package(s) |
12 |---------------|--------------------|------------------|
13 | sshd (100) | sshd (100) | network/openssh |
14 | polkitd (101) | polkitd (101) | security/polkit |
15 | pulse (102) | pulse (102) | audio/pulseaudio |
16 | | pulse-rt (103) | audio/pulseaudio |
17 | | pulse-access (104) | audio/pulseaudio |