view Docs/uids.md @ 1333:3bcfccf4727e

graphics/gdk-pixbuf: upgrade to 2.42.6
author David Demelier <markand@malikania.fr>
date Thu, 02 Dec 2021 20:31:42 +0100
parents 1a6e1b476561
children
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 |
| _dbus (111)         | _dbus (111)         | network/dbus         |