mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
When '--resolve-names=late', systemd-udevd resolves user/group names during each event being processed, and does not verify names on parse. When '--resolve-names=never', systemd-udevd refuses any user/group names on parse. Hence, the parser of udev rules behaves diffrently. Let's not convert 'never' -> 'late' silently, and use the specified option as is. This also updates man page and shell completion for --resolve-names option.