Skip to content

Commit

Permalink
base-passwd/group: fix group
Browse files Browse the repository at this point in the history
To avoid errors from eudev/udev we need a sgx and an input groups.

To avoid a warning during the build, we need to add the wheel group.

Also, we need to add a colon at the end of the shutdown group.

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu committed Dec 4, 2024
1 parent 5c3a33d commit 0f2503d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes-core/base-passwd/base-passwd/group.master
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ daemon:*:1:
tty:*:5:
disk:*:6:
mail:*:8:
input:*:19:
shadow:*:42:
utmp:*:43:
video:*:44:
kvm:*:47:
shutdown:*:61
shutdown:*:61:
users:*:100:
wheel:*:982:
sgx:*:998:
nogroup:*:65534:

0 comments on commit 0f2503d

Please sign in to comment.