-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemente GenerateUIDInRange method
so that we can assign correct ids to real human users: https://systemd.io/UIDS-GIDS/#special-distribution-uid-ranges GenerateUID can return 65536 because it just takes all users in /etc/passwd into account (even non-human ones). So it takes the "nobody" user (uid 65535) into account. Signed-off-by: Dimitris Karakasilis <[email protected]>
- Loading branch information
1 parent
dc66aa6
commit 29c1257
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters