mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
As described in #30940, systemd-firstboot currently does not perform any validation on keymap entry, allowing nonexistent keymaps to be written to /etc/vconsole.conf. This commit adds validation checks based on those already performed on locale entry, preventing invalid keymaps from being set. Closes #30940 m