mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Adding network hooks for configure hook to fix security denials
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
d454fa7dd7
commit
9084158aec
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ plugs:
|
||||||
interface: content
|
interface: content
|
||||||
target: $SNAP_DATA/shared
|
target: $SNAP_DATA/shared
|
||||||
|
|
||||||
|
hooks:
|
||||||
|
configure:
|
||||||
|
plugs:
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
|
||||||
slots:
|
slots:
|
||||||
mongodb-slot:
|
mongodb-slot:
|
||||||
interface: content
|
interface: content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue