It took me about 4 hours to debug an issue where google-drive-ocamlfuse can't mount my google drive inside an LXD container.

The root cause is that LXD *on the host* when installed as a snap, sets up an apparmor profile for the container that prevents fusermount3 from doing its thing.

Apparently nobody on the internet knows how to fix this, I sure as hell don't.

@elronxenu I spent an hour this morning using "git bisect" to hunt for a bug in NeoMutt that turned out to be my fault for not running "make clean" first.