Skip to content

Commit

Permalink
chore(snap): rename system-files interface (#190)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cjdcordeiro authored Jan 10, 2025
1 parent 72a033d commit b325dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:
after: [chisel]

plugs:
pro-credentials:
etc-apt-auth-conf-d:
interface: system-files
read:
- /etc/apt/auth.conf.d
Expand All @@ -61,4 +61,4 @@ apps:
plugs:
- network
- home
- pro-credentials
- etc-apt-auth-conf-d

0 comments on commit b325dbe

Please sign in to comment.