mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-12 22:21:28 +01:00
Merge pull request #958 from flatcar/krnowak/docker-group-fixes
docker group fixes
This commit is contained in:
commit
bbd3b26bfa
@ -6,6 +6,7 @@ acct-group/cdrom
|
|||||||
acct-group/dialout
|
acct-group/dialout
|
||||||
acct-group/disk
|
acct-group/disk
|
||||||
acct-group/dnsmasq
|
acct-group/dnsmasq
|
||||||
|
acct-group/docker
|
||||||
acct-group/input
|
acct-group/input
|
||||||
acct-group/kmem
|
acct-group/kmem
|
||||||
acct-group/kvm
|
acct-group/kvm
|
||||||
|
|||||||
@ -89,6 +89,7 @@ INSTALL_MASK="${INSTALL_MASK}
|
|||||||
|
|
||||||
# Override UIDs and GIDs where ours differ from Gentoo defaults.
|
# Override UIDs and GIDs where ours differ from Gentoo defaults.
|
||||||
ACCT_GROUP_DIALOUT_ID=249
|
ACCT_GROUP_DIALOUT_ID=249
|
||||||
|
ACCT_GROUP_DOCKER_ID=233
|
||||||
ACCT_GROUP_INPUT_ID=28
|
ACCT_GROUP_INPUT_ID=28
|
||||||
ACCT_GROUP_MESSAGEBUS_ID=201
|
ACCT_GROUP_MESSAGEBUS_ID=201
|
||||||
ACCT_USER_MESSAGEBUS_ID=201
|
ACCT_USER_MESSAGEBUS_ID=201
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user