Skip to content

Instantly share code, notes, and snippets.

@dclane-code
dclane-code / snapd-interfaces.md
Last active April 4, 2025 19:57
snapd interface creation

Writing snapd interfaces

Goal of this is to create an interface that allows a snap to read (for example) /root/dclane.txt

Checkout snapd

$ git clone https://github.com/snapcore/snapd.git
$ git checkout 2.59.5       # best to be on a released version than HEAD