[SNAP] Grant access to /media or /mnt
Posted: 21 Jun 2017, 16:36
By default, SNAP packages are not allowed to access /media, or any other / root folder. The SNAP sandbox will deny access unless you have explicitly granted access to removable-media.
Grant access to removable-media if you want to process files in the /media folder with FileBot:
If you want to give the SNAP package full access to your local system (e.g. /mnt) then you must use --devmode when installing the application to disable confinement entirely. Please read [SNAP] Universal Linux package details.
Grant access to removable-media if you want to process files in the /media folder with FileBot:
Shell: Select all
sudo snap connect filebot:removable-media
