view UIDS_GIDS.md @ 556:dea7c4365bbe

core/busybox: add options, closes #1664 While here, disable inittab parsing because it has a different syntax than sysvinit and is not compatible. To avoid conflict and frustration use busybox's default actions and let user install sysvinit for more customizations.
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:20: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     |