On Thu, Jan 11, 2024 at 15:21:03 -0700, Jim Fehlig wrote:
On 1/11/24 14:17, Sergio Durigan Junior wrote:
> A QEMU change (10218ae6d006f76410804cc4dc690085b3d008b5) introduced
> some libnuma calls that require read access to
> /sys/devices/system/node/*/cpumap, which currently is forbidden by the
> standard apparmor profile.
>
> This commit allows read-only access to the file specified above.
>
> Closes #515
I always forget, but looking at the git log it seems the full URL is preferred. E.g.
Closes:
https://gitlab.com/libvirt/libvirt/-/issues/515
Full URL is mandated as "#515" is meaningless when looking at it from
e.g. the commandline.
Additionally it is misleading when looking at the commit from a fork of
the repository or a clone on another git forge, each of which try to
claim the issue is on their clone/fork/forge thus could e.g. point to a
different issue once the repo is migrated to another forge.
And in case full URI is used the web ui still shortens it to "#515"