This other thread discusses FF getting access to /media via:
snap connect firefox:removable-media
But, how do you go about it for access to /mnt??
Is there a way to change access restrictions an already installed snap to specific devices/folders?? (i.e. /mnt/…)
Or… do I need to uninstall, and reinstall firefox manually using the ‘classic’ confinement (but then, what’s the point of using snap)? Do I need to create a custom ‘interface’? The documentation lost me pretty quickly.
Note: I installed this new version of FF using Ubuntu’s Software Center (I also have an older FF version manually installed and it works as usual).
every snap has full access to ~/snap/<snapname>/current (i.e. for firefox that’s ~/snap/firefox/current, which is the app’s “home”) you could just create a “mnt” subdir in there and bind mount whatever you want from /mnt (or mount the disk directly there instead under /mnt) if you already think about cron jobs and such…