add the mount-observe plug to the snap (#4853)

This commit is contained in:
Leo Arias
2017-08-28 12:40:26 -06:00
committed by Dee Koder
parent 6cab6d802d
commit 34e780e690
2 changed files with 14 additions and 3 deletions
+6 -1
View File
@@ -14,7 +14,12 @@ confinement: strict
apps:
minio:
command: minio
plugs: [home, removable-media, network, network-bind]
plugs:
- home
- mount-observe
- network
- network-bind
- removable-media
parts:
minio: