Skip to content

Commit

Permalink
Add pkcs11 interface to keyd in azure-iot-identity snap (#641)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
damonbarry authored Dec 4, 2024
1 parent 2ee1d87 commit 3743a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ apps:
daemon: simple
plugs:
- network-bind
- pkcs11
sockets:
unix:
listen-stream: $SNAP_DATA/shared/sockets/aziot/keyd.sock
Expand Down

0 comments on commit 3743a55

Please sign in to comment.