view UIDS_GIDS.md @ 586:1218a8f753b6

core/busybox: let's re-add /etc/inittab support While busybox has weird /etc/inittab support the predefined actions without it are too minimalistic so re-add the support for it but don't install an /etc/inittab file. The file /etc/inittab file is still installed with sysvinit but if someone wants to use busybox's init it should create its own /etc/inittab file with the busybox syntax and do not install sysvinit afterwards.
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:35:00 +0200
parents dbffca6c243e
children
line wrap: on
line source

vanilla 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     |