Add "removable-media" interface to snapcraft.yaml
authorAnthony Fok <foka@debian.org>
Wed, 31 Jan 2018 09:00:16 +0000 (02:00 -0700)
committerAnthony Fok <foka@debian.org>
Wed, 31 Jan 2018 09:00:16 +0000 (02:00 -0700)
Closes #3837

snapcraft.yaml

index c27823fb7328d13d026e6f8399aadcae438c38dd..a06e1d9a129524376cf4c8c507e03b05c9416459 100644 (file)
@@ -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: