I have Ubuntu 20.04 guest system with a shared folder (lets say, /home/me/VMShared) between guest and host. On the guest machine user me is added to vboxsf group which allows full access to this folder. However, when I run a Snap Application (namely, Figma), it doesn't have access to that folder. In dmesg I see that access is blocked by AppArmor:
audit: type=1400 audit(1709652605.397:589): apparmor="DENIED" operation="open" class="file" profile="snap.figma-linux.figma-linux" name="/home/user/VMShared/" pid=8342 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
How can I fix that?