Dear @reviewers, @advocacy team, and snappy @architects,
I would like to request classic confinement for my snap android-file-transfer
according to the process for reviewing classic confinement snaps.
Recipe source: https://github.com/Lin-Buo-Ren/android-file-transfer-linux-snap
Reasonings
Requires unprivileged fuse mounts
Android File Transfer for Linux supports a FUSE wrapper to mount the device’s storage to a mount point(the aft-mtp-mount
command), the ideal use case of this scenario is to allow the user to set arbitrary path as mount point which is not possible as the fuse-support interface doesn’t allow unprivileged fuse mounts.
As a result, the snap is not likely to be strictly confined and requires classic confinement.
Thanks in advance!