view Docs/uids.md @ 1312:cf0f787aa0da

text/libxslt: upgrade to 1.1.34
author David Demelier <markand@malikania.fr>
date Fri, 19 Nov 2021 22:34:45 +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 |