Apparmor denials for WhatsApp snap

I am getting a apparmor denial message in the dmesg every 30 seconds or so. I have found this Github issue discussing the solution, however, it’s adding an info message to my dmesg log. So is there a better way how to mitigate this DENIED status?

[27992.316318] audit: type=1400 audit(1649951140.573:206): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=23275 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[27997.316965] audit: type=1400 audit(1649951145.573:207): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=23275 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[28002.317379] audit: type=1400 audit(1649951150.569:208): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=23275 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[28007.318214] audit: type=1400 audit(1649951155.569:209): apparmor="DENIED" operation="open" profile="snap.whatsapp-for-linux.whatsapp-for-linux" name="/proc/zoneinfo" pid=23275 comm="PressureMonitor" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

Thanks for any tips!