view UIDS.md @ 597:2587807b5a8f

vanilla: use make rather than ninja
author David Demelier <markand@malikania.fr>
date Sat, 13 Jul 2019 11:23:58 +0200
parents 3cffdd760a86
children 6f1b622c15ef
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)    | openssh    |
| polkitd (101) | polkitd (101) | polkit     |