From b325dbedf731d4f1ee2903f7910f0f84312ebab4 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Fri, 10 Jan 2025 16:58:22 +0100 Subject: [PATCH] chore(snap): rename system-files interface (#190) Simple renaming of the system-files interface, following the suggestion from: https://forum.snapcraft.io/t/request-auto-connection-for-system-files-in-chisel/44542/2 --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4342338e..9b93fe8b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -49,7 +49,7 @@ parts: after: [chisel] plugs: - pro-credentials: + etc-apt-auth-conf-d: interface: system-files read: - /etc/apt/auth.conf.d @@ -61,4 +61,4 @@ apps: plugs: - network - home - - pro-credentials + - etc-apt-auth-conf-d