mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 00:05:38 +00:00
Add removable-media interface plug declaration to the snap packaging(#1618)
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
f1e5f1f72e
@ -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