I had a look at systemd and because of the logic there every non-classic snap will fall victim of the “running in chroot” bail-out code. Essentially the /
of the calling process needs to be the same as /proc/1/root
which will never be the case for snaps.
Opinions?