Skip to content

Commit

Permalink
manifests/group: fix static GID for "tape" group
Browse files Browse the repository at this point in the history
This moves the "tape" group to GID 33.
Apparently the old GID is a typo/bug coming from F20 times, and it
conflicts with the actual static GID allocated to group "gopher".

Ref: https://pagure.io/setup/blob/289bc53aa97c0758d8cf910b99f3515e21a34a40/f/group#_18
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1179585
  • Loading branch information
lucab committed Jul 8, 2022
1 parent d1b4184 commit b767212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/group
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo:x:16:
dialout:x:18:
floppy:x:19:
games:x:20:
tape:x:30:
tape:x:33:
video:x:39:
ftp:x:50:
lock:x:54:
Expand Down

0 comments on commit b767212

Please sign in to comment.