# Snap Permissions

**URL:** https://discourse.ubuntubudgie.org/t/snap-permissions/2529
**Category:** General
**Created:** [October 9, 2019, 4:22pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529 "2019-10-09T16:22:01Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![makitso](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/makitso/32/4961_2.png) [@makitso](https://discourse.ubuntubudgie.org/u/makitso)
#### Post date: [October 9, 2019, 4:22pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/1 "2019-10-09T16:22:01Z")

</div>

Not sure if this is a generic ubuntu issue or what.  
I installed filezilla via snap.  
I then went to Settings / File editing / Use custom editor / then did a browse.  
When I tried to look a /usr

![image](https://canada1.discourse-cdn.com/flex035/uploads/ubuntubudgie/original/2X/f/ffd33eade78c52cde08fdd9474d60392d9e8b9d1.png)

If I install filezilla via apt there is no problem.

---

<div class="post-metadata">

### Author: ![fossfreedom](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/fossfreedom/32/1405_2.png) [@fossfreedom](https://discourse.ubuntubudgie.org/u/fossfreedom)
#### Post date: [October 9, 2019, 4:49pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/2 "2019-10-09T16:49:16Z")

</div>

guessing that is normal depending upon how the snap is constructed. Maybe the packagers think there is no reason (from a filezilla point-of-view) for the app to access the hosts protected system folders such as /usr

---

<div class="post-metadata">

### Author: ![bashfulrobot](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/bashfulrobot/32/3_2.png) [@bashfulrobot](https://discourse.ubuntubudgie.org/u/bashfulrobot)
#### Post date: [October 9, 2019, 7:27pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/3 "2019-10-09T19:27:25Z")

</div>

Hi there. This error is due to the way the snap package author has setup confinement within the snap package itself. This is not really an Ubuntu, or a Filezilla issue (since it is packaged by a third party).

I had a quick look with `snap info filezilla` and can see that the snap autor is taking bug reports over at [https://github.com/Lin-Buo-Ren/filezilla-snap/issues](https://github.com/Lin-Buo-Ren/filezilla-snap/issues)

What I kindly suggest is opening a bug report there and supplying the author with the needed info to correct this issue.

Thank you.

---

<div class="post-metadata">

### Author: ![makitso](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/makitso/32/4961_2.png) [@makitso](https://discourse.ubuntubudgie.org/u/makitso)
#### Post date: [October 10, 2019, 11:40am UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/4 "2019-10-10T11:40:31Z")

</div>

The author responded:

"Due to the confined nature of snap apps. currently it is not possible for the FileZilla snap to call an external utility.

A possible alternative is to use the in-snap /usr/bin/xdg-open executable to call the default application for editing but AFAICT this doesn’t work for the FileZilla’s remote file editing feature due to the non-blocking implementation…"

---

<div class="post-metadata">

### Author: ![bashfulrobot](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/bashfulrobot/32/3_2.png) [@bashfulrobot](https://discourse.ubuntubudgie.org/u/bashfulrobot)
#### Post date: [October 10, 2019, 7:47pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/5 "2019-10-10T19:47:27Z")

</div>

Well that’s too bad. The only way I could think of to get around that would be to add that external application to the same snap (a dependency). But I am not sure what thje effort or technical issues are behind that.

🤔

---

<div class="post-metadata">

### Author: ![makitso](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/makitso/32/4961_2.png) [@makitso](https://discourse.ubuntubudgie.org/u/makitso)
#### Post date: [October 10, 2019, 8:06pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/6 "2019-10-10T20:06:16Z")

</div>

Actually I am a bit surprised as well, seems to be a major hole in the Snap process.

---

<div class="post-metadata">

### Author: ![bashfulrobot](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.ubuntubudgie.org/bashfulrobot/32/3_2.png) [@bashfulrobot](https://discourse.ubuntubudgie.org/u/bashfulrobot)
#### Post date: [October 10, 2019, 8:13pm UTC](https://discourse.ubuntubudgie.org/t/snap-permissions/2529/7 "2019-10-10T20:13:04Z")

</div>

I would not say it is a shortcoming of the snap process. The idea is strict confinement (security). The other option would be for the author to “apply” for classic confinement (full file system access without any constraints). Many people forget that snaps are still under heavy dev.
