view Docs/uids.md @ 1293:6b8ed869b739

core/less: upgrade to 590
author David Demelier <markand@malikania.fr>
date Thu, 11 Nov 2021 09:08:47 +0100
parents 52f9fab2a9b3
children 1a6e1b476561
line wrap: on
line source

Reserved UIDs and GIDs
======================

Users and groups are created once needed at package installation. It's perfectly
safe to reuse the same UID/GID for different packages (example www, mail).

Users and group that are private and only used by the software must be prepended
by an underscore. Only groups that users can join can start without one.

The following UID/GID are defined:

| uid                 | gid                 | package(s)           |
|---------------------|---------------------|----------------------|
| _sshd (100)         | _sshd (100)         | network/openssh      |
| polkitd (101)       | polkitd (101)       | security/polkit      |
| pulse (102)         | pulse (102)         | audio/pulseaudio     |
|                     | pulse-rt (103)      | audio/pulseaudio     |
|                     | pulse-access (104)  | audio/pulseaudio     |
| wesnothd (105)      | wesnothd (105)      | games/wesnoth        |
| mpd (106)           | mpd (106)           | audio/mpd            |
| avahi (107)         | avahi (107)         | dns/avahi            |
| avahi-autoipd (108) | avahi-autoipd (108) | dns/avahi            |
| irccd (109)         | irccd (109)         | irc/irccd            |
| postgresql (110)    | postgresql (110)    | databases/postgresql |