I’m running OpenSuse Tumbleweed, and whenever there’s an update involving snap I get this error:
Checking for file conflicts: ....................................................................................................................................................................................................................................................................................[done]
/usr/libexec/snapd/snap-confine: no configuration entry in active permission profiles found. Cannot check this path.
Please reboot, logout/login or source /etc/profile to have /snap/bin added to PATH.
On a Tumbleweed and Leap 15.3+ systems you need to run: systemctl enable snapd.apparmor.service
I’ve enabled snapd.apparmor.service and verified it’s starting and running.
My own user’s PATH contains /snap/bin, and even if I sudo -i PATH still contains /snap/bin (albeit it’s included twice in PATH, for whatever reason)
Does anyone know what I’m missing here?