Browse Source

add network-bind interface to support sso (#168)

pull/173/head
Kyle Spearrin 5 years ago committed by GitHub
parent
commit
1959aad6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      stores/snap/snapcraft.yaml

2
stores/snap/snapcraft.yaml

@ -6,7 +6,7 @@ confinement: strict @@ -6,7 +6,7 @@ confinement: strict
apps:
bw:
command: bw
plugs: [network, home]
plugs: [network, home, network-bind]
parts:
bw:
plugin: dump

Loading…
Cancel
Save