Apparmor

Hi,

The following error has appeared when I try to install zoom-client:

sudo snap install zoom-client
error: cannot perform the following tasks:
- Run configure hook of "zoom-client" snap if present (run hook "configure": cannot query current apparmor profile: Invalid argument)

And only apparmor service restarting helps to solve this issue:

sudo systemctl restart apparmor
 
sudo snap instanap install zoom-client
Warning: /snap/bin was not found in your $PATH. If you've not restarted your session since you
         installed snapd, try doing that. Please see https://forum.snapcraft.io/t/9469 for more
         details.

zoom-client 5.8.0.16 from Oliver Grawert (ogra) installed

It seems to me a little bit weird.

snap version
snap    2.52.0
snapd   2.52.0
series  16
solus   4.3
kernel  5.14.14-202.current

regards, Serhiy.

This sounds like a problem we had in Arch when the LSMs were specified in an incorrect order in the kernel command line apparmor v2 compatiblity would not work. I suggest you file a bug in Solus bugtracker and let then investigate. For reference the bug I filed in Arch: https://bugs.archlinux.org/task/71270

Thanks.

I’ll ask’em to pay attention.