From a1132b7b74dda518c4f9100a5b034c73649cbf54 Mon Sep 17 00:00:00 2001 From: "Brian L. McMichael" Date: Tue, 16 Oct 2018 17:21:11 -0400 Subject: [PATCH] Allow ipfs-cluster-ctl to access files In the snap-installed distribution, calls like `ipfs-cluster-ctl add myfile.txt` fail with error `Error: open myfile.txt: permission denied` due to strict confinement to files in the /snap folder. Modifying confinement to `classic` will allow access to files elsewhere on the system. License: MIT Signed-off-by: brianmcmichael --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0d8e87fa..47784804 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -4,7 +4,7 @@ summary: Collective pinning and composition for IPFS description: | ipfs-cluster allows to replicate content (by pinning) in multiple IPFS nodes. -confinement: strict +confinement: classic apps: service: