On Mon,  4 Jan 2021 18:08:02 +0100
Michał Górny <mgo...@gentoo.org> wrote:

> Introduce a few variables to allow easy overrides of common user account
> proprerties, that is:
> 
> - ACCT_USER_<username>_SHELL
> - ACCT_USER_<username>_HOME
> - ACCT_USER_<username>_HOME_OWNER
> - ACCT_USER_<username>_HOME_PERMS
> - ACCT_USER_<username>_GROUPS
> - ACCT_USER_<username>_GROUPS_ADD

Please also add a way to override the UID/GID for the user/group.

> The first five variables override the respective ACCT_USER_* variables,
> with ACCT_USER_*_GROUPS being a space-separated list.  The *_GROUPS_ADD
> variable appends to groups present in the ebuild, as this seems a common
> necessity.

Reply via email to