mirror of
https://github.com/containers/podman.git
synced 2026-05-29 19:07:12 -04:00
Change isHyperVAdminMember from returning a bool to returning an error so that callers surface the specific failure reason — particularly distinguishing "not in the group" from "in the group but session not updated" (new ErrHypervUserSessionNotUpdated sentinel). This gives users actionable guidance instead of a generic permission error. Signed-off-by: lstocchi <lstocchi@redhat.com>