Hi
I am snapping an old ncurses games that tries to save it data at /var/games/foo.score but since the filesystem is write only it defaults to HOME. I change HOME to SNAP_USER_COMMON folder and it works well… but is it possible to write to /var/foo
inside a snap?