Public bug reported:
Prior to v2.35 of the core snap, the API calls to snapd returned "core"
as the Snap name for slots such as "network-control", "bluetooth-
control", "hardware-observe", etc. However, as of v2.35, the name of the
snap was changed to "system" which breaks any code that manages pl
To add on to Tony's discovery:
This is a clear example of using the API directly vs. using the CLI
commands. With the CLI, I can run `snap get core` or `snap get system`
and I am provided the same results. This means that the CLI must be
doing some translation of the name `core` to `system` in som