Page 1 of 1

[SNAP] Grant access to /media or /mnt

Posted: 21 Jun 2017, 16:36
by rednoah
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:

Shell: Select all

sudo snap connect filebot:removable-media


:idea: If you want to give a SNAP package full access to your local system (e.g. /mnt) then you can use --devmode when installing the application to disable confinement entirely.