summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-01-31 02:00:16 -0700
committerAnthony Fok <foka@debian.org>2018-01-31 02:00:16 -0700
commitf0c0ece44d55b6c2997cbd106d1bc099ea1a2fa7 (patch)
tree3cceac755736c88749573469763b23e38376438e /snapcraft.yaml
parenta34213f0b5624de101272aab469ca9b6fe0c273f (diff)
Add "removable-media" interface to snapcraft.yaml
Closes #3837
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c27823fb7..a06e1d9a1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
apps:
hugo:
command: bin/hugo
- plugs: [home, network-bind]
+ plugs: [home, network-bind, removable-media]
parts:
hugo: