mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
profiles: Override UIDs and GIDs where we differ grom Gentoo
These mostly are UIDs and GIDs that we have allocated before we picked up changes from Gentoo.
This commit is contained in:
parent
f186c4720d
commit
b8505e5d89
@ -73,3 +73,26 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/bin/cvtsudoers
|
||||
"
|
||||
|
||||
# Override UIDs and GIDs where ours differ from Gentoo defaults.
|
||||
ACCT_GROUP_DIALOUT_ID=249
|
||||
ACCT_GROUP_INPUT_ID=28
|
||||
ACCT_GROUP_MESSAGEBUS_ID=201
|
||||
ACCT_USER_MESSAGEBUS_ID=201
|
||||
ACCT_GROUP_NTP_ID=203
|
||||
ACCT_USER_NTP_ID=203
|
||||
ACCT_GROUP_POLKITD_ID=235
|
||||
ACCT_USER_POLKITD_ID=235
|
||||
ACCT_GROUP_RENDER_ID=30
|
||||
ACCT_GROUP_SSHD_ID=204
|
||||
ACCT_USER_SSHD_ID=204
|
||||
ACCT_GROUP_SYSTEMD_JOURNAL_ID=248
|
||||
ACCT_GROUP_SYSTEMD_JOURNAL_REMOTE_ID=242
|
||||
ACCT_USER_SYSTEMD_JOURNAL_REMOTE_ID=242
|
||||
ACCT_GROUP_SYSTEMD_NETWORK_ID=244
|
||||
ACCT_USER_SYSTEMD_NETWORK_ID=244
|
||||
ACCT_GROUP_SYSTEMD_RESOLVE_ID=245
|
||||
ACCT_USER_SYSTEMD_RESOLVE_ID=245
|
||||
# tss seems to be one of those users with a mismatching UID/GID
|
||||
ACCT_GROUP_TSS_ID=252
|
||||
ACCT_USER_TSS_ID=236
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user