Skip to content

Commit

Permalink
remove plugs (incompatible with classic)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 11, 2019
1 parent 53c33a2 commit ed95000
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -6,13 +6,6 @@ grade: stable
confinement: classic # for same reasons as snap `git-ubuntu`
base: core18
license: Apache-2.0
plugs:
config-dvc:
interface: system-files
read:
- /etc/host.conf
- /etc/resolv.conf
- /etc/hosts
layout:
/etc/dvc:
bind: $SNAP_DATA/etc/dvc
@@ -48,18 +41,7 @@ apps:
environment:
GIT_PYTHON_GIT_EXECUTABLE: $SNAP/usr/bin/git
XDG_CONFIG_DIRS: /etc
plugs:
- config-dvc
- home
- mount-observe
- network-control
- removable-media
git:
command: usr/bin/git
environment:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
plugs:
- home
- mount-observe
- network-control
- removable-media

0 comments on commit ed95000

Please sign in to comment.