view Docs/uids.md @ 1138:0e3e1e5d0cd2

ruby/rb-mini-mime: initial import, closes #2396
author David Demelier <markand@malikania.fr>
date Tue, 24 Sep 2019 07:24:01 +0200
parents 89ba3e75ca96
children 194681a6d42d
line wrap: on
line source

Vanilla Linux 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).

You may think of UID/GID just like a simple package dependency.

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        |