mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
Allow snap users to process YAML documents under /media or /mnt paths after connecting to the `removable-media` snapd slot: ``` sudo snap connect yq :removable-media ``` Fixes #1618.
This commit is contained in:
parent
8d516ce535
commit
311622d14b
@ -9,7 +9,7 @@ confinement: strict
|
|||||||
apps:
|
apps:
|
||||||
yq:
|
yq:
|
||||||
command: yq
|
command: yq
|
||||||
plugs: [home]
|
plugs: [home, removable-media]
|
||||||
parts:
|
parts:
|
||||||
yq:
|
yq:
|
||||||
plugin: go
|
plugin: go
|
||||||
|
Loading…
Reference in New Issue
Block a user