Please add soft-static allocations for groups used by udev: input, render, sgx.
input
render
sgx
The ownership of files in /dev survives the switch from initrd to the host system, so the gids should be the same to avoid wrong ownership immediately after switch-root. We have allocations for almost all groups used for device ownership, but not those three.
render and sgx are for new hardware types that has started appearing in recent years: render nodes and secure enclaves, see https://github.com/systemd/systemd/commit/4e15a7343c, https://github.com/systemd/systemd/commit/c9c4899f44. input was added a while ago, and I think nobody thought about adding it here: https://github.com/systemd/systemd/commit/7ec9fb4be9, https://github.com/systemd/systemd/commit/3dff3e00e0.
Note: already allocated hardware access groups: audio,cdrom, dialout, disk, kmem, kvm, lp, tape, tty, video.
audio
cdrom
dialout
disk
kmem
kvm
lp
tape
tty
video
https://pagure.io/setup/pull-request/27
We discussed this at todays meeting (https://meetbot.fedoraproject.org/fedora-meeting-1/2021-06-17/fpc.2021-06-17-16.01.txt) and approved the allocation.
Metadata Update from @james: - Issue close_status updated to: accepted - Issue status updated to: Closed (was: Open)
Thanks!
Log in to comment on this ticket.