group: Drop sudo
This is only used by Fedora CoreOS derivatives, and we don't include the corresponding sudo rule. The motivation here is that this group in particular has no corresponding systemd sysusers.d, and a future bootc is going to check for that. Closes: https://gitlab.com/fedora/bootc/base-images/-/issues/41 Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
7b4e013126
commit
2c1d31a2a0
|
|
@ -12,7 +12,6 @@ wheel:x:10:
|
||||||
cdrom:x:11:
|
cdrom:x:11:
|
||||||
mail:x:12:
|
mail:x:12:
|
||||||
man:x:15:
|
man:x:15:
|
||||||
sudo:x:16:
|
|
||||||
dialout:x:18:
|
dialout:x:18:
|
||||||
floppy:x:19:
|
floppy:x:19:
|
||||||
games:x:20:
|
games:x:20:
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ ignore-removed-groups:
|
||||||
- root
|
- root
|
||||||
etc-group-members:
|
etc-group-members:
|
||||||
- wheel
|
- wheel
|
||||||
- sudo
|
|
||||||
- systemd-journal
|
- systemd-journal
|
||||||
- adm
|
- adm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue