mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +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:
|
||||
yq:
|
||||
command: yq
|
||||
plugs: [home]
|
||||
plugs: [home, removable-media]
|
||||
parts:
|
||||
yq:
|
||||
plugin: go
|
||||
|
Loading…
Reference in New Issue
Block a user