Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use strict confinement for snap package #40

Closed
wants to merge 11 commits into from
Closed
16 changes: 6 additions & 10 deletions snap/snapcraft.yaml
Expand Up @@ -8,15 +8,7 @@ description: |
Wilfred is currently under development and should not be considered stable. Features may break or may not be implemented yet. Use with caution.

grade: devel # 'stable' on release ('devel' during dev)
confinement: devmode # should be 'classic' once we have the classic confinement approved

#plugs:
# docker:
# content: docker
# default-provider: docker
# interface: content
# target: docker-env
# network:
confinement: strict

parts:
wilfred:
Expand All @@ -33,7 +25,11 @@ parts:
apps:
wilfred:
command: bin/wilfred
# plugs: [docker, network]
plugs:
- home
- removable-media
- docker
- network
environment:
PYTHONIOENCODING: utf-8
LC_ALL: C.UTF-8
Expand Down