Merge pull request #958 from flatcar/krnowak/docker-group-fixes

docker group fixes
This commit is contained in:
Krzesimir Nowak 2023-06-30 07:52:24 +02:00 committed by GitHub
commit bbd3b26bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ acct-group/cdrom
acct-group/dialout
acct-group/disk
acct-group/dnsmasq
acct-group/docker
acct-group/input
acct-group/kmem
acct-group/kvm

View File

@ -89,6 +89,7 @@ INSTALL_MASK="${INSTALL_MASK}
# Override UIDs and GIDs where ours differ from Gentoo defaults.
ACCT_GROUP_DIALOUT_ID=249
ACCT_GROUP_DOCKER_ID=233
ACCT_GROUP_INPUT_ID=28
ACCT_GROUP_MESSAGEBUS_ID=201
ACCT_USER_MESSAGEBUS_ID=201