From 3743a5568ec44d8882fa980de35b77a6920daa7b Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Wed, 4 Dec 2024 09:22:27 -0800 Subject: [PATCH] Add pkcs11 interface to keyd in azure-iot-identity snap (#641) Users of the azure-iot-identity snap package report that they are unable to use PKCS#11 functionality in keyd unless they install the snap with `--devmode`. This is because the snap does not have the `pkcs11` interface connected. This change adds the interface. --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5d45d62d..d125b215 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -134,6 +134,7 @@ apps: daemon: simple plugs: - network-bind + - pkcs11 sockets: unix: listen-stream: $SNAP_DATA/shared/sockets/aziot/keyd.sock