Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763615 - acct-{user,group}.eclass: Support overriding the UID/GID via variables
Summary: acct-{user,group}.eclass: Support overriding the UID/GID via variables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Michał Górny
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-05 00:03 UTC by Patrick McLean
Modified: 2021-01-18 11:00 UTC (History)
1 user (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 Patrick McLean gentoo-dev 2021-01-05 00:03:24 UTC
When building/deploying Gentoo on several machines with automated systems, it's useful to be able to override the UID/GID of the users/groups created with the ebuilds. See the URL above for the mailing list discussion.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-18 11:00:29 UTC
commit 5e20773d2ef2268ba5bb5ce68e16ea07eeef820f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-01-05 19:32:40 +0100
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-01-09 19:02:25 +0100

    acct-user.eclass: Support ACCT_USER_ID override
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>


commit 3d16edacf664782db004255b67464808c257f722
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-01-05 19:39:11 +0100
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-01-09 19:02:27 +0100

    acct-group.eclass: Support ACCT_GROUP_ID override
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>