Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823732 - sys-apps/systemd: UIDs and GID above 60000 are not usable for system accounts
Summary: sys-apps/systemd: UIDs and GID above 60000 are not usable for system accounts
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL: https://gist.github.com/floppym/56530...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-14 15:21 UTC by Ulrich Müller
Modified: 2021-11-20 11:05 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2021-11-14 15:21:51 UTC
See URL. We're short on IDs in the low range with the range below 500 almost completely filled.

On the medium to long term, this issue should be fixed, presumably by making it configurable. (For example, use UID_MIN and UID_MAX from /etc/login.defs to determine what are user accounts?)
Comment 1 Mike Gilbert gentoo-dev 2021-11-14 16:25:08 UTC
From #gentoo-qa:

<floppym> Most of the issues I found are greater restrictions placed on system users. We could probably get away with running services as non-system users.
<floppym> I'm thinking we follow this sequence: 1. Open up a wider range of ids < 1000. 2. Expand to a new range somewhere above 60000. 3. Patch systemd if #2 causes real problems reported by users.
<ulm> yeah, that wfm