I could use some advice regarding packing our service as a Snap.
We have a remote administration service Dataplicity, which gives you a terminal in the browser and proxies web traffic. In many ways like ssh, but without the need to run a server.
In order for it to work, it needs to run a deamon that can create ‘psuedo terminals’, and to connect to locally running http servers.
Is this possible with ‘strict’ confinement? I’m guessing that snaps don’t have permission to access /dev/ by default.
If its not possible with ‘strict’ confinement, is our service something that Canonical will permit ‘classic’ confinement for?
Thanks in advance.