- name: ground
- description: A simple down to earth cloud alternative.
- snapcraft: ground/snap/snapcraft.yaml at main · GrantFBarnes/ground · GitHub
- upstream: (see above, I’m not allowed to provide two links in my first post)
- upstream-relation: owner/developer
- supported-category: public cloud agents
- reasoning: This website is using users on the system for login credentials to avoid having it’s own database. This requires being able to impersonate all users, create/delete files on their behalf, and run various commands such as ‘tar’ for compressing directories. It also has a system admin page that allows for system control such as reboot/poweroff. Even creating a directory in the $HOME/.local is failing as the home plugin ignores dotfiles. There are many future plans of extending further to things such as managing SSH keys and other tasks that require full access.
I understand that strict confinement is generally preferred over classic.
I’ve tried the existing interfaces to make the snap to work under strict confinement.