summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
author林博仁 <Buo.Ren.Lin@gmail.com>2019-04-05 18:40:43 +0800
committer林博仁 <Buo.Ren.Lin@gmail.com>2019-04-05 18:40:43 +0800
commitc05dd8a05d353efd4ffc3e876740b62809c404f9 (patch)
treee446d485a1dc39e4cf96714687a004ecce46e7b7 /snap
parentf9ae1eb7dcade254526de6ada7c19e5634f52520 (diff)
snap: Fix broken --webserver due to missing network-bind plug
Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index eb2f5ee1..3eb887fe 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -23,6 +23,7 @@ apps:
- physical-memory-observe
- upower-observe
- home
+ - network-bind
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8